From 4e21c23414e470d3d3398cd32e2ec542c14b10af Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 28 Dec 2009 20:19:27 +0100 Subject: [PATCH] continue to cleanup Signed-off-by: Nico Schottelius --- Bash-Prompt-HOWTO-colors | 59 ------------------- Bash-Prompt-HOWTO => fun/Bash-Prompt-HOWTO | 0 all_your_bash.sh => fun/all_your_bash.sh | 0 1440disk => old/1440disk | 0 720disk => old/720disk | 0 ae_parser => old/ae_parser | 0 ae_to_latex => old/ae_to_latex | 0 .../ampersand_to_newline | 0 .../netscape-alias-to-mutt-alias.awk | 0 9 files changed, 59 deletions(-) delete mode 100755 Bash-Prompt-HOWTO-colors rename Bash-Prompt-HOWTO => fun/Bash-Prompt-HOWTO (100%) rename all_your_bash.sh => fun/all_your_bash.sh (100%) rename 1440disk => old/1440disk (100%) rename 720disk => old/720disk (100%) rename ae_parser => old/ae_parser (100%) rename ae_to_latex => old/ae_to_latex (100%) rename ampersand_to_newline => old/ampersand_to_newline (100%) rename awkscript => old/netscape-alias-to-mutt-alias.awk (100%) diff --git a/Bash-Prompt-HOWTO-colors b/Bash-Prompt-HOWTO-colors deleted file mode 100755 index 798738b..0000000 --- a/Bash-Prompt-HOWTO-colors +++ /dev/null @@ -1,59 +0,0 @@ - #!/bin/bash - # - # This file echoes a bunch of colour codes to the terminal to demonstrate - # what's available. Each line is one colour on black and gray - # backgrounds, with the code in the middle. Verified to work on white, - # black, and green BGs (2 Dec 98). - # - echo " On Light Gray: On Black:" - echo -e "\033[47m\033[1;37m White \033[0m\ - 1;37m \ - \033[40m\033[1;37m White \033[0m" - echo -e "\033[47m\033[37m Light Gray \033[0m\ - 37m \ - \033[40m\033[37m Light Gray \033[0m" - echo -e "\033[47m\033[1;30m Gray \033[0m\ - 1;30m \ - \033[40m\033[1;30m Gray \033[0m" - echo -e "\033[47m\033[30m Black \033[0m\ - 30m \ - \033[40m\033[30m Black \033[0m" - echo -e "\033[47m\033[31m Red \033[0m\ - 31m \ - \033[40m\033[31m Red \033[0m" - echo -e "\033[47m\033[1;31m Light Red \033[0m\ - 1;31m \ - \033[40m\033[1;31m Light Red \033[0m" - echo -e "\033[47m\033[32m Green \033[0m\ - 32m \ - \033[40m\033[32m Green \033[0m" - echo -e "\033[47m\033[1;32m Light Green \033[0m\ - 1;32m \ - \033[40m\033[1;32m Light Green \033[0m" - echo -e "\033[47m\033[33m Brown \033[0m\ - 33m \ - \033[40m\033[33m Brown \033[0m" - echo -e "\033[47m\033[1;33m Yellow \033[0m\ - 1;33m \ - \033[40m\033[1;33m Yellow \033[0m" - echo -e "\033[47m\033[34m Blue \033[0m\ - 34m \ - \033[40m\033[34m Blue \033[0m" - echo -e "\033[47m\033[1;34m Light Blue \033[0m\ - 1;34m \ - \033[40m\033[1;34m Light Blue \033[0m" - echo -e "\033[47m\033[35m Purple \033[0m\ - 35m \ - \033[40m\033[35m Purple \033[0m" - echo -e "\033[47m\033[1;35m Pink \033[0m\ - 1;35m \ - \033[40m\033[1;35m Pink \033[0m" - echo -e "\033[47m\033[36m Cyan \033[0m\ - 36m \ - \033[40m\033[36m Cyan \033[0m" - echo -e "\033[47m\033[1;36m Light Cyan \033[0m\ - 1;36m \ - \033[40m\033[1;36m Light Cyan \033[0m" - -echo "--------------------------------------------" - echo -e "\033[33m\033[1;39m Light Cyan \033[0m 1;36m \033[40m\033[1;36m Light Cyan \033[0m" diff --git a/Bash-Prompt-HOWTO b/fun/Bash-Prompt-HOWTO similarity index 100% rename from Bash-Prompt-HOWTO rename to fun/Bash-Prompt-HOWTO diff --git a/all_your_bash.sh b/fun/all_your_bash.sh similarity index 100% rename from all_your_bash.sh rename to fun/all_your_bash.sh diff --git a/1440disk b/old/1440disk similarity index 100% rename from 1440disk rename to old/1440disk diff --git a/720disk b/old/720disk similarity index 100% rename from 720disk rename to old/720disk diff --git a/ae_parser b/old/ae_parser similarity index 100% rename from ae_parser rename to old/ae_parser diff --git a/ae_to_latex b/old/ae_to_latex similarity index 100% rename from ae_to_latex rename to old/ae_to_latex diff --git a/ampersand_to_newline b/old/ampersand_to_newline similarity index 100% rename from ampersand_to_newline rename to old/ampersand_to_newline diff --git a/awkscript b/old/netscape-alias-to-mutt-alias.awk similarity index 100% rename from awkscript rename to old/netscape-alias-to-mutt-alias.awk