1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-16 21:38:21 +00:00
nix-darwin/pkgs/nix-tools/darwin-option.sh
2016-12-12 17:34:43 +01:00

12 lines
136 B
Bash
Executable file

#! @shell@
set -e
set -o pipefail
export PATH=@path@:$PATH
showSyntax() {
echo "$0: not implemented" >&2
exit 1
}
showSyntax