depot/third_party/nixpkgs/pkgs/games/dwarf-fortress/wrapper/soundSense.in

11 lines
170 B
Text
Raw Normal View History

#!@stdenv_shell@ -e
export NIXPKGS_DF_EXE="soundsense/soundSense.sh"
source @dfInit@
for path in soundsense/*; do
update_path "$path"
done
PATH="@jre@/bin:$PATH" go