您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

25 行
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. \ 2.0 /
  13. //////////////////////////////////////////////////////////////////////////////
  14. Version 2.0
  15. Totally Modular Dude!
  16. A modular bash script for downloading shit
  17. Written by HMSheets
  18. -------------------------------------------------------------------------------
  19. EOF
  20. title() {
  21. echo "$VAR"
  22. }