Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- details () {
- lolcat <<EOF
- https://pastebin.com/u/v1ral_ITS
- v1ral_ITS
- ImPerial TeK. Solutions
- EMAIL:v1ral_its@netc.it CELL:919-916-6406
- Bash, python, shell scripting, ADB usage, etc... Everyday scripts made easy for... YOU!
- EOF
- }
- #* Contact usage terms. etc..
- #** Only used script signature, function
- contact () {
- lolcat <<EOF
- Here at ITS we uncourage the free lessons and general community help
- from programmer to programmer. And yes i mean you, programmers who even havent attended college.
- If you are learning and doing this on your on, i commend you even more. And you deserve a helping hand,
- as i did. I did attend college, but did not graduate due to my first born blessing, my daughter Hope Marie Carrington.
- There are no conditions in emailing, any questions, comments concerns etc.. Are only only accepted...
- But very much so welcomed.
- We only ask the telephone usage calling and texting be that for only busines matters and those seeking
- some sort of business contact. Thanks to you all, and please follow our pastebin!!
- EOF
- }
- email_sign () {
- printf '\033[033mv1ral_its@netc.it: \033[m'
- echo $*
- }
- sign () {
- lolcat <<EOF
- #===========================================================================================#
- # #
- # ITS_ Full tarball Systems backups v1.0 09-01-2018 #
- # --------------------------- #
- # #
- # #
- # This script created by v1ral_ITS (imperialteksolutions@outlook.com) #
- # #
- # Project page: https://pastebin.com/u/v1ral_ITS #
- # #
- # #
- # #
- # #
- #===========================================================================================#
- EOF
- }
- # Start
- clear
- sign
- sleep 3
- email_sign
- contact
- read -p "{E}nter to continue.."
- clear
- details
- read -p "{E}nter to continue.."
- # Finish
- exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement