]> ToastFreeware Gitweb - gregoa/zavai.git/blob - debian/zavai_forever
Package hooks in hooks/ directory, document it, and call keyboard hook to show the...
[gregoa/zavai.git] / debian / zavai_forever
1 #!/bin/sh
2
3 # Ensure that we have ~/.sysfsrc
4 om-make-sysfsrc
5
6 while true
7 do
8         /usr/bin/zavai "$@"
9 done