diff options
author | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-07-27 23:01:30 +0200 |
---|---|---|
committer | mbornet-hl <mbornet.pro@wanadoo.fr> | 2015-07-27 23:01:30 +0200 |
commit | b8e11b06e5b0b626a22353e730417bd816081a8b (patch) | |
tree | b112d62f0ebd5bd6d60bc00c80643cc76e800c9a /example_scripts/hl_test | |
parent | 2d182d30a85b8026dc3f907d385fc5df4baf0027 (diff) | |
download | hl-b8e11b06e5b0b626a22353e730417bd816081a8b.zip hl-b8e11b06e5b0b626a22353e730417bd816081a8b.tar.gz hl-b8e11b06e5b0b626a22353e730417bd816081a8b.tar.bz2 |
With a config file, these scripts are useless.
Diffstat (limited to 'example_scripts/hl_test')
-rwxr-xr-x | example_scripts/hl_test | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/example_scripts/hl_test b/example_scripts/hl_test deleted file mode 100755 index 3f3f3f9..0000000 --- a/example_scripts/hl_test +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -<<-EOF ./hl -r 'red' -g 'green' -y 'yellow' -b 'blue' -m 'magenta' -c 'cyan' -w 'white' -R 'RED' -G 'GREEN' -Y 'YELLOW' -B 'BLUE' -M 'MAGENTA' -C 'CYAN' -W 'WHITE' - ./hl -r 'red' -g 'green' -y 'yellow' -b 'blue' -m 'magenta' -c 'cyan' -w 'white' -R 'RED' -G 'GREEN' -Y 'YELLOW' -B 'BLUE' -M 'MAGENTA' -C 'CYAN' -W 'WHITE' -EOF - -<<-EOF ./hl -r 'A' -g 'B' -y 'C' -b 'D' -m 'E' -c 'F' -w 'G' -R 'H' -G 'I' -Y 'J' -B 'K' -M 'L' -C 'M' -W 'N' - ABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZ -EOF - -<<-EOF ./hl -e -r '^A[^F]*E' -g 'B|Z$' -y 'C' -b 'D' -m 'E' -c 'F' -w 'G' -R 'H' -G 'T[^S]*Z$' -Y 'J' -B 'K' -M 'L' -C 'M' -W 'N' - ABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZABCDEFGHIJKMNOPQRSTUVWXYZ -EOF |