summary refs log tree commit diff stats
path: root/ok
diff options
context:
space:
mode:
authorCase Duckworth2024-04-19 14:10:59 -0500
committerCase Duckworth2024-04-19 14:10:59 -0500
commitbc5d01c53a97d8cb652f87b16a63e0e258a051ab (patch)
treee25f7b0bda24f94e34434700a2250382f3a15441 /ok
parentUpdate base_url (diff)
downloadll-main.tar.gz
ll-main.zip
2024-04-19 main
Diffstat (limited to 'ok')
-rw-r--r--ok2
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 @@
3watch(){ # repeatedly serve directory as files change 3watch(){ # 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