Add dist.sh script to automatically build and create project template, Update README

This commit is contained in:
ChaoticByte 2025-02-03 20:29:47 +01:00
parent 5a8a6e4c61
commit 6bb6b8b768
No known key found for this signature in database
7 changed files with 64 additions and 6 deletions

View file

@ -3,7 +3,7 @@
set -e
function log {
echo -e "\033[1;36m* $@\033[0m"
echo -e "\033[1;36m***** $@ *****\033[0m"
}
log