butcher butcher butcher
[gregoa/zavai.git] / debian / zavai_forever
1 #!/bin/sh
2
3 while true
4 do
5         /usr/bin/zavai "$@"
6 done