Skip to content

Instantly share code, notes, and snippets.

View tholman's full-sized avatar
:octocat:
Like this? You could always sponsor me 😯

Tim Holman tholman

:octocat:
Like this? You could always sponsor me 😯
View GitHub Profile
@tholman
tholman / mkproject
Last active July 14, 2022 15:06
Shell script to create new basic html/js/css project
#!/bin/sh
# Ensure a name parameter has been provided
if [ $# -eq 0 ]
then
echo "Please provide a project name"
exit 1
fi
# Save project name