-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtemp.sh
More file actions
executable file
·25 lines (19 loc) · 824 Bytes
/
Copy pathtemp.sh
File metadata and controls
executable file
·25 lines (19 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh
cp cme.ini cme.ini.OLD
# rm -f out/test_suite/GMD2017/CliffFineBays/*
# cp in/test_suite/GMD2017/CliffFineBays/cme.ini .
# ./cme
# echo ===============================================================================
rm -f out/test_suite/GMD2017/Groyne/*
cp in/test_suite/GMD2017/Groyne/cme.ini .
./cme
echo ===============================================================================
# rm -f out/test_suite/GMD2017/CliffFineSandBays/*
# cp in/test_suite/GMD2017/CliffFineSandBays/cme.ini .
# ./cme
# echo ===============================================================================
rm -f out/test_suite/GMD2017/UndefendedCoastline/*
cp in/test_suite/GMD2017/UndefendedCoastline/cme.ini .
./cme
echo ===============================================================================
mv cme.ini.OLD cme.ini