entr (689B)
1 #!/bin/sh 2 3 #LC_ALL="en_US.utf8" 4 #LANG="en_US.utf8" 5 6 find \ 7 assets \ 8 dabbling/html \ 9 entr \ 10 haunt.scm \ 11 images \ 12 kakafarm \ 13 posts | \ 14 guix shell \ 15 entr \ 16 guile \ 17 guile-json \ 18 haunt \ 19 -- entr -s 'haunt build' 20 21 # find \ 22 # assets \ 23 # entr \ 24 # haunt.scm \ 25 # images \ 26 # kakafarm \ 27 # posts \ 28 # root | \ 29 # guix shell \ 30 # --container \ 31 # --preserve='^LANG$' \ 32 # --preserve='^LC_ALL$' \ 33 # --profile="$HOME/guixstuff/profiles/haunt-profile" \ 34 # --pure \ 35 # -- entr -s 'haunt build'