diff options
Diffstat (limited to 'ok')
-rw-r--r-- | ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ok b/ok index 26ec2b7..6cf1c9c 100644 --- a/ok +++ b/ok | |||
@@ -3,7 +3,7 @@ | |||
3 | watch(){ # repeatedly serve directory as files change | 3 | watch(){ # repeatedly serve directory as files change |
4 | while : | 4 | while : |
5 | do | 5 | do |
6 | printf '%s\n' *.ul *.ol *.al *.dl | | 6 | printf '%s\n' *.ul *.ol *.al *.dl ll | |
7 | ok entr -d -r ok serve | 7 | ok entr -d -r ok serve |
8 | $NORUN && break | 8 | $NORUN && break |
9 | done | 9 | done |