#!/bin/bash
#########################################################
# The main idea of this bash script is to #
# get and show status report quickly on #
# Weather, Internet threat level, and Space #
# Weather. Possibly other information in the #
# future. #
# It could be altered easily to show more or #
# less. #
#########################################################
# https://sourceforge.net/projects/statusr
# originally written by: Mohamed Adel
# e-mail: mohamedation[at]gmail[dot]com
# this v2 is a minor edit which removes the clear
# commands in order to use the script as a
# startup script and leaves the info infront
# of you.
clear
echo ‘
____ _ _ ____
/ ___|| |_ __ _| |_ _ _ ___| _
___ | __/ _` | __| | | / __| |_) |
___) | || (_| | |_| |_| __ _ <
|____/ ____,_|__|__,_|___/_| _
‘
command -v lynx >/dev/null 2>&1 || { echo >&2 “I require lynx but it’s not installed. Please, install lynx first. Aborting.”; exit 1; }
echo $(date)
echo -e “