wip
This commit is contained in:
parent
88734f0754
commit
dca56fe963
1 changed files with 11 additions and 0 deletions
11
entry.sh
Executable file
11
entry.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
function first_stage(){
|
||||
echo foo first_stage
|
||||
|
||||
}
|
||||
|
||||
function second_stage(){
|
||||
echo bar second_stage
|
||||
|
||||
}
|
Loading…
Reference in a new issue