diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-14 21:50:31 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-14 21:50:31 +0100 |
commit | 1de036cff919915636e8c64e61dacdea5629d281 (patch) | |
tree | cb87e6ad00ff2b9defe44642c3e8dd7f1c8a2eee /tools/sssg | |
parent | 80d9e9c5e12ec1020ae72fa539bba2c56ee78f9e (diff) | |
download | kronika-1de036cff919915636e8c64e61dacdea5629d281.tar.gz kronika-1de036cff919915636e8c64e61dacdea5629d281.zip |
Add prebuilt lowdown
Diffstat (limited to 'tools/sssg')
-rwxr-xr-x | tools/sssg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/sssg b/tools/sssg new file mode 100755 index 0000000..c3c80a9 --- /dev/null +++ b/tools/sssg @@ -0,0 +1,6 @@ +#!/bin/sh +while : +do + find . -type f ! -path '*/.*' | + entr -d ./gen +done |