diff options
| author | xyz <gky44px1999@gmail.com> | 2022-01-25 01:42:08 -0800 | 
|---|---|---|
| committer | xyz <gky44px1999@gmail.com> | 2022-01-25 01:42:08 -0800 | 
| commit | 7ff9c8d0d874098cd926b8025e24210b7f59e4d6 (patch) | |
| tree | 21f2aded3b4d1cd9c2c651baa6333444cfeb52ed /home/xyz/.local/bin | |
| parent | 71537ee01cf4d9b8d1dad47ce7fb2fafb393bb38 (diff) | |
upd, usb sync
Diffstat (limited to 'home/xyz/.local/bin')
| -rwxr-xr-x | home/xyz/.local/bin/upd | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index ed1d12cc..70d92f8e 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -104,6 +104,8 @@ usb () {  	cfg -l push usb  	cfg -s push  	git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git/" --work-tree="$XDG_DOCUMENTS_DIR/notes/" push usb +	# not sure if useful or not +	sync  }  if [ $# -eq 0 ]; then | 
