Merge branch 'master' of github.com:LukeSmithxyz/voidrice

This commit is contained in:
Luke Smith 2020-07-03 10:07:20 -04:00
commit 5a6b239a04
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -17,6 +17,6 @@ case "$1" in
*mp3|*flac|*opus|*mp3?source*) *mp3|*flac|*opus|*mp3?source*)
setsid -f tsp curl -LO "$1" >/dev/null 2>&1 ;; setsid -f tsp curl -LO "$1" >/dev/null 2>&1 ;;
*) *)
if [ -f "$1" ]; then "$TERMINAL" -e "$EDITOR $1" if [ -f "$1" ]; then "$TERMINAL" -e "$EDITOR" "$1"
else setsid -f "$BROWSER" "$1" >/dev/null 2>&1; fi ;; else setsid -f "$BROWSER" "$1" >/dev/null 2>&1; fi ;;
esac esac