#!/bin/bash # # folder=${1:-template} mkdir $folder chmod 777 $folder echo " This is a sample page " > $folder/index.html touch $folder/style.css