server-scripts/entry.sh

12 lines
116 B
Bash
Raw Normal View History

2020-01-25 16:41:16 +00:00
#!/bin/bash
function first_stage(){
echo foo first_stage
}
function second_stage(){
echo bar second_stage
}