25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

23 satır
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. }