diff options
Diffstat (limited to 'Donjon/data/rep900_iram.access')
| -rwxr-xr-x | Donjon/data/rep900_iram.access | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Donjon/data/rep900_iram.access b/Donjon/data/rep900_iram.access new file mode 100755 index 0000000..0b7254c --- /dev/null +++ b/Donjon/data/rep900_iram.access @@ -0,0 +1,10 @@ +#!/bin/sh +if [ $# = 0 ] + then + echo "usage: rep900_iram.access directory" 1>&2 + exit 1 +fi +ln -s "$1"/data/rep900_proc/_ACompo _ACompo +ln -s "$1"/data/rep900_proc/*.c2m . +ls -l +echo "rep900_iram access script terminated" |
