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