mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-04-25 14:47:39 +00:00
5 lines
76 B
Bash
Executable file
5 lines
76 B
Bash
Executable file
#!/bin/zsh
|
|
|
|
[[ -d /web/stormy ]] && cd /web/stormy
|
|
bin/stop.sh
|
|
bin/start.sh
|