uci-nextcloud/restart

4 lines
33 B
Bash
Executable File

#!/bin/bash
./stop $@
./start $@