mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
11 lines
155 B
Plaintext
11 lines
155 B
Plaintext
|
#!@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
|