diff options
Diffstat (limited to 'build/f_isoroot/f_bootstrap/pre-scripts')
-rwxr-xr-x | build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh b/build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh new file mode 100755 index 000000000..ac427bf87 --- /dev/null +++ b/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 |