about summary refs log tree commit diff
path: root/sssg
diff options
context:
space:
mode:
Diffstat (limited to 'sssg')
-rwxr-xr-xsssg6
1 files changed, 6 insertions, 0 deletions
diff --git a/sssg b/sssg
new file mode 100755
index 0000000..c3c80a9
--- /dev/null
+++ b/sssg
@@ -0,0 +1,6 @@
+#!/bin/sh
+while :
+do
+    find . -type f ! -path '*/.*' |
+    entr -d ./gen
+done