Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 committed Aug 10, 2023
1 parent 7d4a80f commit 04e6bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions obsidian.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
echo "Script Version 0.3.6"
echo "Script Version 0.3.7"
echo "This script is used to facilitate configuration of git for obsidian. "

HOME_PATH="/data/data/com.termux/files/home"
Expand All @@ -17,7 +17,7 @@ function sync_obsidian
git commit -m "automerge android"
git push
echo "Sync is finished"
sleep 1
sleep 2
}
"

Expand Down

0 comments on commit 04e6bac

Please sign in to comment.