diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-03-24 22:46:01 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-03-24 22:46:01 -0300 |
commit | 70fbb0cb9e52839a9162faaa404bb6cd149edfa9 (patch) | |
tree | 03f1be0ac734d90177d19c240850ac5f534b4c89 /env |
initial commit (circa Jan-Feb 2021)
Diffstat (limited to 'env')
-rwxr-xr-x | env | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/env b/env new file mode 100755 index 0000000..a9b9b98 --- /dev/null +++ b/env @@ -0,0 +1,4 @@ +#!/bin/sh +export HSMUSIC_DATA="$(pwd)/data/" +export HSMUSIC_MEDIA="$(pwd)/media/" +export HSMUSIC_OUT="$(pwd)/out/" |