added readme

main
alex 2024-01-25 16:46:22 +01:00
parent 288e258306
commit e09994d010
2 changed files with 8 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
## This server processes the qrcode requests on our merchandise

7
commit_and_push.sh Executable file
View File

@ -0,0 +1,7 @@
git add *
read -p "Commit message: " commit_message
git commit -m "$commit_message"
git push -u origin master