From: Samir Benmendil Date: Fri, 18 Jan 2013 21:17:15 +0000 (+0100) Subject: add shell script to launch the with correct arguments X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/83003691ef0ff126216bd184429d42003f26450c add shell script to launch the with correct arguments this was fucking annaying to type in on a remote with a keypad keyboard, this approach is much better. --- diff --git a/retroarch/psx/retroarch-psx.sh b/retroarch/psx/retroarch-psx.sh new file mode 100755 index 0000000..e43ed3e --- /dev/null +++ b/retroarch/psx/retroarch-psx.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +confpath=~/.config/retroarch + +retroarch --append-config $confpath/retroarch-joyconfig,$confpath/psx/retroarch-psx.cfg "$*"