1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00
systemd-stable/test/test-path-util/script.sh
2021-09-30 12:12:00 +02:00

7 lines
126 B
Bash
Executable File

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