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