laptop-scripts/entry.sh
2020-01-25 17:41:16 +01:00

11 lines
116 B
Bash
Executable file

#!/bin/bash
function first_stage(){
echo foo first_stage
}
function second_stage(){
echo bar second_stage
}