3 lines
38 B
Bash
3 lines
38 B
Bash
#!/usr/bin/env sh
|
|
|
|
git commit -m "$*"
|
#!/usr/bin/env sh
|
|
|
|
git commit -m "$*"
|