Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

title 1.1 KiB

1234567891011121314151617181920212223
  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. }