diff options
author | papoteur-mga <yves.brungard_git@gadz.org> | 2013-12-22 19:10:25 +0100 |
---|---|---|
committer | papoteur-mga <yves.brungard_git@gadz.org> | 2013-12-22 19:10:25 +0100 |
commit | 36f04218c3a2b79fb8bb7bdf29b9cb0942dadf87 (patch) | |
tree | e84c7a5e2e00315e9be35d7c89805e3226cb403a /isodumper | |
parent | 6e5765205a96d00786be9e3506d411edbec9e22e (diff) | |
download | isodumper-36f04218c3a2b79fb8bb7bdf29b9cb0942dadf87.tar isodumper-36f04218c3a2b79fb8bb7bdf29b9cb0942dadf87.tar.gz isodumper-36f04218c3a2b79fb8bb7bdf29b9cb0942dadf87.tar.bz2 isodumper-36f04218c3a2b79fb8bb7bdf29b9cb0942dadf87.tar.xz isodumper-36f04218c3a2b79fb8bb7bdf29b9cb0942dadf87.zip |
Simplify the command, as dd is no more used
Diffstat (limited to 'isodumper')
-rwxr-xr-x | isodumper | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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 |