mistserver/tools/spawntest/test.sh
2011-10-21 00:38:56 +02:00

6 lines
107 B
Bash
Executable file

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