From d4f8224833a976c0ee3e9287604dfeeca3733e53 Mon Sep 17 00:00:00 2001 From: jedi Date: Sat, 25 Jan 2020 19:27:03 +0100 Subject: [PATCH] wip --- entry.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entry.sh b/entry.sh index c744a40..01c9a19 100755 --- a/entry.sh +++ b/entry.sh @@ -2,10 +2,9 @@ function first_stage(){ echo foo first_stage - + echo mount divice to $TARGET } function second_stage(){ echo bar second_stage - }