dotfiles/fish/functions/restart_passenger_app.fish

6 lines
75 B
Fish

function restart_passenger_app
touch tmp/restart.txt
reload_webkit
end