You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf "Usage: $0 <options> <quoted message>\n -h Show this help message\n -v Show the program's version\n -n Don't send a wall, just post to the webhook\n -c Just print the message to console, no wall\n"
else
for (( i=1 ; i<=$# ; i++ )); do
if [[ ${!i} == "--help" || ${!i} == "-h" ]]; then
printf "Usage: $0 <options> <quoted message>\n -h Show this help message\n -v Show the program's version\n -n Don't send a wall, just post to the webhook\n -c Just print the message to console, no wall\n"
elif [[ ${!i} == "-v" ]]; then
printf "Announcement Utility by Fallenmoon8080\n Version $VERSION \n"