From 0aa07718054116019222cbd69b81f1508bfa8dc0 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 9 Feb 2014 07:09:28 -0600 Subject: added minimal startup scripts. deleted a bunch of shit from compile.sh cleaned segfault a bit. made the shell script not auto-generated. everything expects /home/segfault/ to be where segfault gets ran. you have to do the chdir yourself now. --- scripts/command | 3 +++ scripts/rawcommand | 3 +++ scripts/startup | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 scripts/command create mode 100644 scripts/rawcommand create mode 100644 scripts/startup (limited to 'scripts') diff --git a/scripts/command b/scripts/command new file mode 100644 index 0000000..adc0860 --- /dev/null +++ b/scripts/command @@ -0,0 +1,3 @@ +!leetuntail * /home/segfault/files/cmd_out +!leettail 56/home/segfault/files/cmd_out +!leetappend /home/segfault/files/cmd_in 10 %s diff --git a/scripts/rawcommand b/scripts/rawcommand new file mode 100644 index 0000000..130a4af --- /dev/null +++ b/scripts/rawcommand @@ -0,0 +1,3 @@ +!leetuntail * /home/segfault/files/cmd_out +!rawtail /home/segfault/files/cmd_out +!leetappend /home/segfault/files/cmd_in 10 %s diff --git a/scripts/startup b/scripts/startup new file mode 100644 index 0000000..28aeb10 --- /dev/null +++ b/scripts/startup @@ -0,0 +1,4 @@ +!alias !rc !eval /home/segfault/scripts/rawcommand %s +!alias !eval !leettail 22%s +!alias !c !eval /home/segfault/scripts/command %s +!raw join #default -- cgit v1.2.3