Upload file service.sh via GUI

This commit is contained in:
2026-02-25 18:50:59 +01:00
parent 206237f764
commit f7f058e546

6
service.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
mkdir -p server_config
# exec node index.js
firejail --whitelist=~/Services/PluginBot node index.js | gawk '{ print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }' | tee -a latest.log
read