summaryrefslogtreecommitdiff
path: root/apps/startup-scripts/examples/starter-world.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/startup-scripts/examples/starter-world.sh')
-rw-r--r--apps/startup-scripts/examples/starter-world.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/startup-scripts/examples/starter-world.sh b/apps/startup-scripts/examples/starter-world.sh
deleted file mode 100644
index 697a2c85ac..0000000000
--- a/apps/startup-scripts/examples/starter-world.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env bash
-
-PATH_RUNENGINE="./"
-
-source "$PATH_RUNENGINE/run-engine"
-
-# you must create your conf
-# copying conf.sh.dist
-# and renaming as below
-source "./conf-world.sh"
-
-starter
-
-