From ad70fc038f856297863c0015ed8ff7c87e311a18 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 4 May 2026 13:33:22 +0200 Subject: [PATCH] test --- simpe_test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/simpe_test.sh b/simpe_test.sh index 944e9d6..a3e7b03 100644 --- a/simpe_test.sh +++ b/simpe_test.sh @@ -1,8 +1,11 @@ #!/bin/bash ##Variables +# SCHINKEN(needed)[string] # HOSTNAME(needed)[string] # DEVICEID(needed)[int] # VERBOSE(optional)[bool] # BACKUP_PATH(optional)[string] -echo "Connecting to $HOSTNAME..." \ No newline at end of file +echo "Connecting to $HOSTNAME..." +touch $SCHINKEN +echo "Alles wird auch Hack gemacht" \ No newline at end of file