diff options
Diffstat (limited to 'fuel-build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh')
-rwxr-xr-x | fuel-build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fuel-build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh b/fuel-build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh new file mode 100755 index 0000000..ac427bf --- /dev/null +++ b/fuel-build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh @@ -0,0 +1,4 @@ +#/bin/sh +date +echo "This is an example file run at pre-bootstrap." +exit 0 |