mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
10 lines
155 B
Text
10 lines
155 B
Text
#!@stdenv_shell@ -e
|
|
|
|
source @dfInit@
|
|
|
|
for p in soundsense/*; do
|
|
update_path "$p"
|
|
done
|
|
|
|
cd "$DF_DIR"
|
|
PATH=@jre@/bin exec $DF_DIR/soundsense/soundSense.sh
|