diff --git a/entry.sh b/entry.sh
new file mode 100755
index 0000000..c744a40
--- /dev/null
+++ b/entry.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+function first_stage(){
+	echo foo first_stage
+	
+}
+
+function second_stage(){
+	echo bar second_stage
+	
+}