diff options
author | Case Duckworth | 2024-04-19 14:10:59 -0500 |
---|---|---|
committer | Case Duckworth | 2024-04-19 14:10:59 -0500 |
commit | bc5d01c53a97d8cb652f87b16a63e0e258a051ab (patch) | |
tree | e25f7b0bda24f94e34434700a2250382f3a15441 /ok | |
parent | Update base_url (diff) | |
download | ll-main.tar.gz ll-main.zip |
2024-04-19 main
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 |