11 lines
167 B
Batchfile
11 lines
167 B
Batchfile
|
node delta2md
|
||
|
cp result/* ../../personalnotes
|
||
|
pushd ../../personalnotes
|
||
|
git diff
|
||
|
git pause
|
||
|
git add .
|
||
|
git commit -m "backup cryptee"
|
||
|
git push
|
||
|
popd
|
||
|
pause
|