Files

12 lines
371 B
Bash
Raw Permalink Normal View History

#!/bin/sh
set -x
cp envs/local_macos/htyuc.env htyuc/.env
cp envs/local_macos/htyuc.env htyuc_models/.env
cp envs/local_macos/htyws.env htyws/.env
cp envs/local_macos/htyws.env htyws_models/.env
cp envs/local_macos/htykc.env htykc/.env
cp envs/local_macos/htykc.env htykc_models/.env
cp envs/local_macos/htyts.env htyts/.env
cp envs/local_macos/htyproc.env htyproc/.env