New post: Introducing tori

This commit is contained in:
jultty 2024-07-06 11:18:46 -03:00
commit e73ddf8bc8
5 changed files with 467 additions and 0 deletions

7
posts/watch.sh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
while true; do
./gen.ml
echo
inotifywait -e modify -r md
done