1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-03 01:17:45 +03:00
systemd-stable/test/test-path-util/script.sh
2021-10-18 09:04:45 +02:00

8 lines
171 B
Bash
Executable File

#!/bin/sh
# SPDX-License-Identifier: LGPL-2.1-or-later
echo "$0 $*"
test "$(basename "$0")" = "script.sh" || exit 1
test "$1" = "--version" || exit 2
echo "Life is good"