4 Commits
0.2.0 ... 0.4.0

Author SHA1 Message Date
Build Pipeline
8b6f4423e4 minor version increment [skip actions] 2026-06-16 03:18:35 +00:00
afb471c720 git ignore, fix option on command line
All checks were successful
Continuous Releases / build (push) Successful in 51s
2026-06-15 22:17:40 -05:00
Build Pipeline
eeab11252f minor version increment [skip actions] 2026-06-16 03:13:46 +00:00
f10764511f add continuous variable switch
All checks were successful
Continuous Releases / build (push) Successful in 1m2s
2026-06-15 22:13:07 -05:00
3 changed files with 8 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
creds/*
vault/*

6
app.sh
View File

@@ -15,4 +15,8 @@ else
ob sync-setup --vault "$VAULT_NAME" --path "$SYNC_FOLDER" --password "$VAULT_PASSWORD";
fi
ob sync --path "$SYNC_FOLDER"
if [ $WATCH = true ]; then
ob sync --continuous --path "$SYNC_FOLDER";
else
ob sync --path "$SYNC_FOLDER";
fi

View File

@@ -1 +1 @@
0.2.0
0.4.0