-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHMOD.txt
30 lines (25 loc) · 959 Bytes
/
CHMOD.txt
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
26
27
28
29
30
# it's unlikely that this file is neeeded, but just in case
# source this file to ensure the associated files are executable
chmod u+x ./build.sh
chmod u+x ./adm/build.sh
chmod u+x ./adm/cadabra/build.sh
chmod u+x ./adm/cadabra/reformat.sh
chmod u+x ./adm/code/admevolve.sh
chmod u+x ./adm/code/adminitial.sh
chmod u+x ./adm/code/build.sh
chmod u+x ./adm/code/template/merge.sh
chmod u+x ./bssn/build.sh
chmod u+x ./bssn/cadabra/build.sh
chmod u+x ./bssn/cadabra/reformat.sh
chmod u+x ./bssn/code/bssnevolve.sh
chmod u+x ./bssn/code/bssninitial.sh
chmod u+x ./bssn/code/build.sh
chmod u+x ./bssn/code/template/merge.sh
chmod u+x ./support/build.sh
chmod u+x ./utilities/build.sh
chmod u+x ./hybrid-latex/scripts/cdbclean.sh
chmod u+x ./hybrid-latex/scripts/cdbcopy.py
chmod u+x ./hybrid-latex/scripts/cdblatex.sh
chmod u+x ./hybrid-latex/scripts/cdbpostproc.py
chmod u+x ./hybrid-latex/scripts/cdbpreproc.py
chmod u+x ./hybrid-latex/scripts/merge-src.py