This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Agent OS Helper Script | |
# This script is a wrapper for running various Agent OS commands | |
# Created by Tomas Lehuta <tomas@flexets.com> | |
VERSION=1.0.8 | |
echo "" | |
echo "⚙️ Agent OS Helper" |