stormy-weather/bin/restart.sh
2012-02-05 22:01:28 -08:00

5 lines
76 B
Bash
Executable file

#!/bin/zsh
[[ -d /web/stormy ]] && cd /web/stormy
bin/stop.sh
bin/start.sh