4 lines
122 B
Bash
Executable file
4 lines
122 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cp -f config.h config.def.h && git add . && git commit -m "$(echo '' | marukuru -p 'commit msg : ')"
|