This commit is contained in:
j3d1 2020-01-25 17:41:16 +01:00
parent 88734f0754
commit dca56fe963

11
entry.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
function first_stage(){
echo foo first_stage
}
function second_stage(){
echo bar second_stage
}