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