2025-04-25 17:24:19 +02:00

8 lines
70 B
Bash
Executable File

#!/usr/bin/env bash
set -e
systemctl start explorer.service
exit 0