add some stuff from RC machine config

This commit is contained in:
Mia Steinkirch 2019-06-21 16:07:46 -07:00
parent 7095235fe8
commit 54e3254e41
44 changed files with 23 additions and 8 deletions

View file

@ -1,6 +0,0 @@
#!/bin/bash
input_variable = 'test'
read -p "Commit message?" input_variable
git add -A
git commit -m "$input_variable"
git push origin master