aboutsummaryrefslogtreecommitdiffstats
path: root/isodumper
diff options
context:
space:
mode:
Diffstat (limited to 'isodumper')
-rwxr-xr-xisodumper14
1 files changed, 1 insertions, 13 deletions
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