From 36f04218c3a2b79fb8bb7bdf29b9cb0942dadf87 Mon Sep 17 00:00:00 2001 From: papoteur-mga Date: Sun, 22 Dec 2013 19:10:25 +0100 Subject: Simplify the command, as dd is no more used --- isodumper | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'isodumper') diff --git a/isodumper b/isodumper index 5e4467a..94dfbb4 100755 --- a/isodumper +++ b/isodumper @@ -1,16 +1,4 @@ #!/bin/sh # -# Yes that script is horribly ugly and it would be nice if someone -# would implement the pkill pinging in the pythn script or even write -# a safe replacement for dd at all with proper progress reporting -# directly in the python script instead of that hack. -set -e - -TERM=xterm - -DIR=/usr/lib/isodumper - -watch -n1 -- pkill -USR1 ^dd$ >/dev/null 2>&1 & -MYPID=$! -$DIR/isodumper.py && kill -9 $MYPID +/usr/lib/isodumper/isodumper.py \ No newline at end of file -- cgit v1.2.1