#!/bin/bash sdtdCommandAbout() { echo "7 Days to Die - Linux Server Management Scripts" echo "Website: https://7dtd.illy.bz" echo cat /usr/local/lib/7dtd/VERSION } sdtdCommandAboutHelp() { sdtdCommandAbout } sdtdCommandAboutDescription() { echo "Version and short info about these scripts" }