This commit is contained in:
Thulinma 2011-10-20 22:02:45 +02:00
parent 32ffc09f0e
commit bce0cda879
18 changed files with 13 additions and 326 deletions

6
tools/spawntest/test.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
echo "I am a test!"
echo "I was called as $0"
echo "My first param is $1"
echo "Exiting now..."