#!/bin/bash


clear;



<<'comment'
cd ~/; rm -rf ~/Tests.sh; vim ~/Tests.sh;
copy & paste this content
chmod +x ~/Tests.sh; ~/./Tests.sh;
comment


sH_="Hostname:";
sHn_=$(echo $(uname -n));
if [ "$sHn_" == "HPLaptopArch" ]; then echo "$sH_ $sHn_"; else echo "$sH_ $sHn_"; fi;

echo "";
echo "Text1";
echo -e "\n\n\nText2";
echo -e "\n\n\n\nText3";

echo -e "\n\n\n";
d_=$(date +%Y-%m-%d_%H-%M-%S)
echo -e "Today is $(date).\nCurrent date is $d_."









rm -rf ~/Tests.sh;



# - eof - #