This commit is contained in:
j3d1 2020-01-25 19:27:03 +01:00
parent dca56fe963
commit d4f8224833

View file

@ -2,10 +2,9 @@
function first_stage(){
echo foo first_stage
echo mount divice to $TARGET
}
function second_stage(){
echo bar second_stage
}