treehouse/admin/client_edit.fish

10 lines
173 B
Fish
Raw Normal View History

2023-08-27 22:22:28 +02:00
#!/usr/bin/env fish
cd $TREEHOUSE_PATH
echo
set_color white --bold; echo "* Running editor"; set_color normal
eval $EDITOR content/index.tree
2023-08-27 22:33:54 +02:00
fish admin/client_push.fish