Starting point for ODL Integration
[genesis.git] / fuel / build / f_isoroot / f_bootstrap / post-scripts / 00_post_example.sh
diff --git a/fuel/build/f_isoroot/f_bootstrap/post-scripts/00_post_example.sh b/fuel/build/f_isoroot/f_bootstrap/post-scripts/00_post_example.sh
new file mode 100755 (executable)
index 0000000..7ac8965
--- /dev/null
@@ -0,0 +1,4 @@
+#/bin/sh
+date
+echo "This is an example file run at post-bootstrap."
+exit 0