mistserver/spawntest/test.sh

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..."