This commit is contained in:
Elias Gasparis 2025-01-16 06:36:07 +08:00
parent 9c7342fdf4
commit 44471261a6

View file

@ -1,7 +1,7 @@
# add things to git
COMMIT_MSG="Update NixOS config."
echo "commit message?"
read $COMMIT_MSG
read COMMIT_MSG
echo "this is what they wrote: $COMMIT_MSG"