Advertisement
v1ral_ITS

script used to sgn my scripts

Oct 10th, 2018
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.62 KB | None | 0 0
  1. #!/bin/bash
  2. details () {
  3. lolcat <<EOF
  4.  
  5.   https://pastebin.com/u/v1ral_ITS
  6.            v1ral_ITS
  7.  
  8.     ImPerial TeK. Solutions
  9.     EMAIL:v1ral_its@netc.it CELL:919-916-6406
  10.     Bash, python, shell scripting, ADB usage, etc... Everyday scripts made easy for... YOU!
  11.    
  12. EOF
  13. }
  14. #*    Contact usage terms. etc..
  15. #**   Only used script signature, function
  16. contact () {
  17. lolcat <<EOF
  18.  
  19.  
  20.     Here at ITS we uncourage the free lessons and general community help
  21. from programmer to programmer. And yes i mean you, programmers who even havent attended college.
  22. If you are learning and doing this on your on, i commend you even more. And you deserve a helping hand,
  23. as i did. I did attend college, but did not graduate due to my first born blessing, my daughter Hope Marie Carrington.
  24.     There are no conditions in emailing, any questions, comments concerns etc.. Are only only accepted...
  25. But very much so welcomed.
  26.     We only ask the telephone usage calling and texting be that for only busines matters and those seeking
  27. some sort of business contact. Thanks to you all, and please follow our pastebin!!
  28.  
  29.  
  30. EOF
  31. }
  32. email_sign () {
  33.     printf '\033[033mv1ral_its@netc.it: \033[m'
  34.     echo $*
  35. }
  36. sign () {
  37. lolcat <<EOF
  38.  #===========================================================================================#
  39. #                                                                                             #
  40. #                        ITS_ Full tarball Systems backups v1.0 09-01-2018                    #
  41. #                               ---------------------------                                   #
  42. #                                                                                             #
  43. #                                                                                             #
  44. #             This script created by v1ral_ITS (imperialteksolutions@outlook.com)             #
  45. #                                                                                             #
  46. #                        Project page: https://pastebin.com/u/v1ral_ITS                       #
  47. #                                                                                             #
  48. #                                                                                             #
  49. #                                                                                             #
  50. #                                                                                             #
  51.  #===========================================================================================#
  52. EOF
  53. }
  54. # Start
  55. clear
  56. sign
  57. sleep 3
  58. email_sign
  59. contact
  60. read -p "{E}nter to continue.."
  61. clear
  62. details
  63. read -p "{E}nter to continue.."
  64. # Finish
  65. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement