systemd/test/test-path-util/script.sh
2021-03-31 15:25:31 +02:00

7 lines
124 B
Bash
Executable File

#!/bin/sh
echo "$0 $@"
test "$(basename $0)" = "script.sh" || exit 1
test "$1" = "--version" || exit 2
echo "Life is good"