summaryrefslogtreecommitdiff
path: root/update-from-gsd.in
blob: 29d06be8d1727af205948d1c0491c7f23f79392b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

cd @working_dir@

export FILES="@source_files@"
export DIR="@input_dir@"

@program@ &&
git add @source_files@ &&
git commit -m "@source_message@"