#!/bin/bash
clear
text=echo
sleep=sleep
$text Welcome in ThunderStorm Bash Commands
$text -------------------------------------
$text Always use ThunderStorm Bash Commands with $
pid=$$
$text pid commands write program code. Commands pid is $pid
$sleep 10s
clrscr=clear
clear=clear
clean=clear
$clean
$text Cleaned! clear, clean or clrscr commands
make_file=touch
$text Hmm... Can i make a file please? a make_file command is good :]
$make_file commands.rulez
date=date $datearg
datearg=+%H:%M:%S
$text What time is it?
$date
acc=su
root=root
$text Do you want run administrator account? You can use acc and root
$sleep 10s
$clear
filename=$0
$text I know, i am $filename
xwindow=startx
xwindows=startx
xconsole=xinit
pi=3.14
end_if=fi
$text Ok! Bye! I must go
$sleep 3s
$clear