treehouse/admin/client_edit.fish
2023-08-27 22:33:54 +02:00

10 lines
173 B
Fish

#!/usr/bin/env fish
cd $TREEHOUSE_PATH
echo
set_color white --bold; echo "* Running editor"; set_color normal
eval $EDITOR content/index.tree
fish admin/client_push.fish