summaryrefslogtreecommitdiffstats
path: root/fuel/build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh
blob: ac427bf878394a20f3fbc43a91df1ebfefe7fc8b (plain)
1
2
3
4
#/bin/sh
date
echo "This is an example file run at pre-bootstrap."
exit 0