]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
Annoying, isn't it ?
authorVincent Le Gallic <legallic@crans.org>
Sun, 29 Sep 2013 17:00:04 +0000 (19:00 +0200)
committerVincent Le Gallic <legallic@crans.org>
Sun, 29 Sep 2013 17:00:04 +0000 (19:00 +0200)
flash.sh [new file with mode: 0755]

diff --git a/flash.sh b/flash.sh
new file mode 100755 (executable)
index 0000000..cfc33d4
--- /dev/null
+++ b/flash.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# Pour STOPer/déSTOPer un process
+
+while true
+do
+  kill -18 $1
+  sleep 0.5
+  kill -19 $1
+  sleep 0.5
+done