system changes
This commit is contained in:
parent
dffe0de738
commit
af43f99e54
1 changed files with 13 additions and 0 deletions
13
macos.local/flake/home/scripts/backup-org.sh.org
Normal file
13
macos.local/flake/home/scripts/backup-org.sh.org
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#+title: Backup Org
|
||||||
|
|
||||||
|
Backup my =~org= directory.
|
||||||
|
#+begin_src sh
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
dir="$(pwd)"
|
||||||
|
cd /Users/jjanzen/org/ || exit
|
||||||
|
git add -A
|
||||||
|
git commit -m 'backup'
|
||||||
|
git push
|
||||||
|
cd "$dir" || exit
|
||||||
|
#+end_src
|
Loading…
Add table
Reference in a new issue