mirror of https://github.com/bjeanes/dotfiles.git
6 lines
75 B
Fish
6 lines
75 B
Fish
|
function restart_passenger_app
|
||
|
touch tmp/restart.txt
|
||
|
reload_webkit
|
||
|
|
||
|
end
|