Adjust launch-reaper scripts a bit, also add two general scripts
This commit is contained in:
@@ -2,16 +2,18 @@
|
||||
|
||||
# trying the "portable install" option; using this launch script to point to that
|
||||
source "$XDG_CONFIG_HOME/zsh/.zshenv"
|
||||
reaper_portable_exec_linux="$DIR_REAPER_PORTABLE_LINUX/REAPER/reaper"
|
||||
reaper_portable_ini_file_linux="$DIR_REAPER_PORTABLE_LINUX/reaper-config/reaper.ini"
|
||||
|
||||
reaper_portable_exec_linux="$DIR_REAPER_PORTABLE_LINUX/REAPER/reaper"
|
||||
[[ ! -x "$reaper_portable_exec_linux" ]] && {
|
||||
echo "reaper missing or not executable: $reaper_portable_exec_linux" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
reaper_portable_config_linux="$DIR_REAPER_PORTABLE_LINUX/config"
|
||||
reaper_portable_ini_file_linux="$reaper_portable_config_linux/reaper.ini"
|
||||
[[ ! -r "$reaper_portable_ini_file_linux" ]] && {
|
||||
echo "reaper.ini missing or not readable: $reaper_portable_ini_file_linux" >&2
|
||||
exit 1
|
||||
[[ ! -d "$reaper_portable_config_linux" ]] && mkdir -p "$reaper_portable_config_linux"
|
||||
touch "$reaper_portable_ini_file_linux"
|
||||
}
|
||||
|
||||
nohup \
|
||||
|
Reference in New Issue
Block a user