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