This commit is contained in:
xbl
2025-07-17 21:35:31 +02:00
commit 1bd6a2679b
10 changed files with 679 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
#
if [ $1 = -g ]
then
echo "1.3.6.42.69.11"
echo "INTEGER"
cat /var/www/hardbrugg.ch/data/atemp.data
fi
# EOF