6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
desc="$@"
|
|
|
|
git commit -m "$desc"
|