12 lines
371 B
Bash
12 lines
371 B
Bash
|
|
#!/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
|