summaryrefslogtreecommitdiff
path: root/scripts/init-top
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/init-top')
-rw-r--r--scripts/init-top/test18
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/init-top/test b/scripts/init-top/test
deleted file mode 100644
index e4d59fb..0000000
--- a/scripts/init-top/test
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-PREREQ=""
-
-prereqs()
-{
- echo "$PREREQ"
-}
-
-case $1 in
-# get pre-requisites
-prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-echo "Got here!"