diff options
Diffstat (limited to 'conf.d/project/data/replay_launcher.sh')
-rwxr-xr-x | conf.d/project/data/replay_launcher.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/conf.d/project/data/replay_launcher.sh b/conf.d/project/data/replay_launcher.sh deleted file mode 100755 index 3d4d08e..0000000 --- a/conf.d/project/data/replay_launcher.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -PLAYER=$(which canplayer) -FILE=$1 - -if [ $PLAYER ] -then - $PLAYER -I $FILE & -else - echo "can-utils packages not installed" - exit 1 -fi - -exit 0 |