An attempt to make the root folder slightly less cluttered and more organized. No functional changes whatsoever.
10 lines
157 B
Bash
Executable file
10 lines
157 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd @working_dir@
|
|
|
|
export FILES="@source_files@"
|
|
export DIR="@input_dir@"
|
|
|
|
@program@ &&
|
|
git add @source_files@ &&
|
|
git commit -m "@source_message@"
|