Files
Crumb-Core-v.1/restart.sh

10 lines
123 B
Bash
Executable File

#!/bin/bash
# restart.sh
# Stoppt und startet Crumbforest neu.
echo "🔄 Restarte Crumbforest..."
./stop.sh
./start.sh