mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-12-09 21:26:30 -05:00
add things resources from the last 5 years over machines
This commit is contained in:
parent
ac9c955e0b
commit
b0a4e417ee
77 changed files with 2327 additions and 84 deletions
6
git/gi.sh
Executable file
6
git/gi.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
input_variable = 'test'
|
||||
read -p "Commit message?" input_variable
|
||||
git add -A
|
||||
git commit -m "$input_variable"
|
||||
git push origin master
|
||||
Loading…
Add table
Add a link
Reference in a new issue