diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/create.sh b/create.sh index e0175b5..677a683 100644 --- a/create.sh +++ b/create.sh @@ -1,3 +1,6 @@ +# This file needs to be added at /etc/skel + +echo "Please enter new domain" read DOMAIN mkdir $DOMAIN @@ -7,3 +10,4 @@ JSON_STRING=$( jq -n \ '{domain: $d, directory: $di}' ) echo "$JSON_STRING" >> tilde.json +cd $DOMAIN