diff options
Diffstat (limited to 'usr.bin/osh/osh.c')
-rw-r--r-- | usr.bin/osh/osh.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/osh/osh.c b/usr.bin/osh/osh.c index aa8ef27..556b976 100644 --- a/usr.bin/osh/osh.c +++ b/usr.bin/osh/osh.c @@ -40,11 +40,6 @@ #define is_ascii(C) ((C) >= 0 && (C) <= 128) #define COMMENT '@' -#define WELCOME \ - ":::::::::::::::::::::::::::::::::::::::\n" \ - ":: OSMORA GATEWAY ~ Every key echos ::\n" \ - ":: ..... Proceed with purpose ..... ::\n" \ - ":::::::::::::::::::::::::::::::::::::::" #define HELP \ "Default commands:\n" \ @@ -385,7 +380,6 @@ main(int argc, char **argv) found = 0; bell_fd = open("/dev/beep", O_WRONLY); - puts(WELCOME); while (running) { fputs(PROMPT, stdout); |