2006/12/13

bash的repeat

剛剛連不上某站, 想用暴力repeat去踢,

沒注意到repeat是csh內建命令, bash沒有.(最後去man才發現)

所以簡單地拿下面這東西代替了
#!/bin/sh
# usage: repeat [x] command
while true ; do $2 ; sleep $1 ; done
筆記一下.

沒有留言 :

張貼留言