1 2 3 4 5 6
#!/bin/sh mkdir siteinfo && cd siteinfo if [ -f /etc/siteinfo ] ; then cat /etc/siteinfo > siteinfo fi