diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 08:25:39 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-06-04 08:25:39 +0100 |
commit | 9d80ad16f921c9a78255841394e88fa97fb1291c (patch) | |
tree | 980d1cda98d453a732e284f49d227eb4dfcb17ea | |
parent | c0a790453c639847ae71bb344ba2d35fd8a00c7a (diff) | |
download | rtmux-9d80ad16f921c9a78255841394e88fa97fb1291c.tar.gz rtmux-9d80ad16f921c9a78255841394e88fa97fb1291c.tar.bz2 rtmux-9d80ad16f921c9a78255841394e88fa97fb1291c.zip |
Remove old tools.
-rw-r--r-- | tools/check-compat.sh | 5 | ||||
-rw-r--r-- | tools/fuzz.c | 31 | ||||
-rw-r--r-- | tools/putty-utf8.sh | 1 |
3 files changed, 0 insertions, 37 deletions
diff --git a/tools/check-compat.sh b/tools/check-compat.sh deleted file mode 100644 index b7603a80..00000000 --- a/tools/check-compat.sh +++ /dev/null @@ -1,5 +0,0 @@ -# $Id$ - -grep "#include" compat.h|while read line; do - grep "$line" *.[ch] compat/*.[ch] -done diff --git a/tools/fuzz.c b/tools/fuzz.c deleted file mode 100644 index 39a2a4db..00000000 --- a/tools/fuzz.c +++ /dev/null @@ -1,31 +0,0 @@ -#include <sys/types.h> - -#include <stdio.h> -#include <stdlib.h> -#include <time.h> -#include <unistd.h> - -int -main(void) -{ - time_t t; - int i; - - setvbuf(stdout, NULL, _IONBF, 0); - - t = time(NULL); - srandom((u_int) t); - - for (;;) { - putchar('\033'); - - for (i = 0; i < random() % 25; i++) { - if (i > 22) - putchar(';'); - else - putchar(random() % 256); - } - - /* usleep(100); */ - } -} diff --git a/tools/putty-utf8.sh b/tools/putty-utf8.sh deleted file mode 100644 index 73cb5fb1..00000000 --- a/tools/putty-utf8.sh +++ /dev/null @@ -1 +0,0 @@ -echo -ne \\033%G\\033[?47h\\033%G\\033[?47l |