From 38110ef852373765de0c738aa54587b9ee640389 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 29 Oct 2019 19:51:58 +0100 Subject: Random changes. --- ripme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ripme.sh') diff --git a/ripme.sh b/ripme.sh index c975483..10ac8b4 100755 --- a/ripme.sh +++ b/ripme.sh @@ -1,4 +1,4 @@ #!/bin/sh notify-send -t 1400 "Ripping $1..." -java -jar ~/programs/ripme*.jar -u "$1" && notify-send "Finished ripping $1." +java -jar "/home/taamas/programs/ripme.jar" -l "/home/taamas/images/rips" -u "$1" && dunstify "Finished ripping $1." -- cgit v1.2.1