From 1a13b37ba2b59fae09c38a92bda1799e0232a328 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 30 Apr 2026 02:12:18 +0200 Subject: [PATCH] 222 --- ahhh.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ahhh.sh b/ahhh.sh index 4762920..944e9d6 100644 --- a/ahhh.sh +++ b/ahhh.sh @@ -1 +1,8 @@ -ssssssssssssssssssssssssssssssssss \ No newline at end of file +#!/bin/bash +##Variables +# HOSTNAME(needed)[string] +# DEVICEID(needed)[int] +# VERBOSE(optional)[bool] +# BACKUP_PATH(optional)[string] + +echo "Connecting to $HOSTNAME..." \ No newline at end of file