Adjust launch-reaper scripts a bit, also add two general scripts
This commit is contained in:
@@ -2,17 +2,15 @@
|
||||
|
||||
# trying the "portable install" option; using this launch script to point to that
|
||||
source "$XDG_CONFIG_HOME/zsh/.zshenv"
|
||||
reaper_portable_exec_macos="$DIR_REAPER_PORTABLE_MACOS/REAPER.app/Contents/MacOS/REAPER"
|
||||
reaper_portable_ini_file_macos="$DIR_REAPER_PORTABLE_MACOS/reaper.ini"
|
||||
|
||||
reaper_portable_exec_macos="$DIR_REAPER_PORTABLE_MACOS/REAPER.app/Contents/MacOS/REAPER"
|
||||
[[ ! -x "$reaper_portable_exec_macos" ]] && {
|
||||
echo "reaper missing or not executable: $reaper_portable_exec_macos" >&2
|
||||
exit 1
|
||||
}
|
||||
[[ ! -r "$reaper_portable_ini_file_macos" ]] && {
|
||||
echo "reaper.ini missing or not readable: $reaper_portable_ini_file_macos" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
reaper_portable_ini_file_macos="$DIR_REAPER_PORTABLE_MACOS/reaper.ini"
|
||||
[[ ! -r "$reaper_portable_ini_file_macos" ]] && touch "$reaper_portable_ini_file_macos"
|
||||
|
||||
nohup \
|
||||
$reaper_portable_exec_macos \
|
||||
|
Reference in New Issue
Block a user