commit 31308cd208af97c09b8ca1e5693277ed01d01fd9 Author: tancre Date: Fri Jun 28 14:21:43 2019 +0100 web_template diff --git a/web_template b/web_template new file mode 100755 index 0000000..afb7f86 --- /dev/null +++ b/web_template @@ -0,0 +1,29 @@ +#!/bin/bash +# +# + +folder=${1:-template} + +mkdir $folder +chmod 777 $folder + +echo " + + + + + This is a sample page + + + + + +" > $folder/index.html + +touch $folder/style.css + +