Current File : //usr/bin/hrpanel
#!/bin/bash
if [[ $# -eq 1 ]]; then
if [[ $1 == "-v" ]];then
cat /etc/sentora/panel/version.txt
else
echo "Wrong Option. Kindly enter -v"
fi
fi