add backup script
This commit is contained in:
parent
8ebd9c98cf
commit
fd3cb6c75b
|
@ -0,0 +1,2 @@
|
||||||
|
notes/*
|
||||||
|
result/*
|
|
@ -0,0 +1,12 @@
|
||||||
|
@echo off
|
||||||
|
set notespath=
|
||||||
|
node delta2md
|
||||||
|
copy result\* %notespath%
|
||||||
|
pushd %notespath%
|
||||||
|
git status
|
||||||
|
pause
|
||||||
|
git add .
|
||||||
|
git commit -m "backup cryptee"
|
||||||
|
git push
|
||||||
|
popd
|
||||||
|
pause
|
Loading…
Reference in New Issue