1
2
3
4
5
6
7
8
9
#!/bin/zsh
zmodload zsh/stat || exit $?
zmodload zsh/datetime || exit $?
set -x
cd $0:h || exit $?
dst=./versions/compiled.$EPOCHSECONDS
s6-rc-compile $dst.new source || exit $?
s6-rename $dst.new $dst || exit $?
exec s6-ln -s -f -n $dst compiled