summaryrefslogtreecommitdiff
path: root/PyGan/data/test_lcm.access
diff options
context:
space:
mode:
Diffstat (limited to 'PyGan/data/test_lcm.access')
-rwxr-xr-xPyGan/data/test_lcm.access9
1 files changed, 9 insertions, 0 deletions
diff --git a/PyGan/data/test_lcm.access b/PyGan/data/test_lcm.access
new file mode 100755
index 0000000..4c91b57
--- /dev/null
+++ b/PyGan/data/test_lcm.access
@@ -0,0 +1,9 @@
+#!/bin/sh
+if [ $# = 0 ]
+ then
+ echo "usage: test_lcm.access directory" 1>&2
+ exit 1
+fi
+ln -s "$1"/data/test_lcm_proc/_nonfuel .
+ls -l
+echo "test_lcm terminated"