mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 21:38:21 +00:00
12 lines
136 B
Bash
Executable file
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
|