summaryrefslogtreecommitdiff
path: root/Donjon/data/FourChannels.access
blob: f28e37b94142b43758ba7ac2555af752ffeab2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
if [ $# = 0 ]
   then
   echo "usage: FourChannels.access directory" 1>&2
   exit 1
fi
ln -s "$1"/data/FourChannels_proc/macfme5 .
ln -s "$1"/data/FourChannels_proc/fnat .
ln -s "$1"/data/FourChannels_proc/rnat .
ls -l
echo "FourChannels access script terminated"