Browse Source

removed ./createlinks - see new ./test-run script

master
edgeeffect 21 years ago
parent
commit
020dca4c86
1 changed files with 0 additions and 16 deletions
  1. +0
    -16
      createlinks

+ 0
- 16
createlinks View File

@@ -1,16 +0,0 @@
#!/bin/bash
if [ $# -gt 0 ] ; then
if ! [ -e links/$1.so ] ; then
echo Creating link for $1
ln -s ../SpiralSound/Plugins/$1/$1.so links/$1.so
fi
else
if ! [ -d links ] ; then
if [ -e links ] ; then
echo A file \"links\" alredy exists, can\'t create the directory
exit
fi
mkdir links
fi
xargs -n 1 $0 < SpiralSound/PluginList.txt
fi

Loading…
Cancel
Save