From dca56fe963c827c8abb294cc4d3021eb4fa719c5 Mon Sep 17 00:00:00 2001
From: jedi <git@m.j3d1.de>
Date: Sat, 25 Jan 2020 17:41:16 +0100
Subject: [PATCH] wip

---
 entry.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100755 entry.sh

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
+	
+}