laptop-scripts/entry.sh
2020-01-25 19:27:03 +01:00

10 lines
142 B
Bash
Executable file

#!/bin/bash
function first_stage(){
echo foo first_stage
echo mount divice to $TARGET
}
function second_stage(){
echo bar second_stage
}