]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - flash.sh
typo
[scripts-20-100.git] / flash.sh
1 #!/bin/bash
2
3 # Pour STOPer/déSTOPer un process
4
5 while true
6 do
7 kill -18 $1
8 sleep 0.5
9 kill -19 $1
10 sleep 0.5
11 done