You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 rivejä
1.1 KiB

  1. #!/usr/bin/env bash
  2. #EOF allows the contents inside of be displayed as is and not affect the rest of the script
  3. IFS='' read -r -d '' VAR <<-'EOF'
  4. //////////////////////////////////////////////////////////////////////////////
  5. \ ______ _ __ /
  6. \ |_ _ `. (_) | ] /
  7. \ .--. _ .--. .---. _ .--. | | `. \ __ _ .--. ______ .--.| | /
  8. \ / .'`\ \[ '/'`\ \/ /__\\[ `.-. | | | | |[ | [ `/'`\]|______|/ /'`\' | /
  9. \ | \__. | | \__/ || \__., | | | | _| |_.' / | | | | | \__/ | /
  10. \ '.__.' | ;.__/ '.__.'[___||__]|______.' [___][___] '.__.;__] /
  11. \ [__| /
  12. //////////////////////////////////////////////////////////////////////////////
  13. Version 1.0
  14. A Bash Script For Downloading Open Directories Using Wget
  15. Written by HMSheets
  16. -------------------------------------------------------------------------------
  17. EOF
  18. title() {
  19. echo "$VAR"
  20. }