diff options
| author | Yuchen Pei <id@ypei.org> | 2026-01-02 18:16:16 +1100 |
|---|---|---|
| committer | Yuchen Pei <id@ypei.org> | 2026-01-02 18:16:16 +1100 |
| commit | 1044060e69e756290637f388a0b671e06a9b75e0 (patch) | |
| tree | 5a0e5aa48b22e3e975664ac17181f0c151a29b14 /misc/bin/git-annex-picard.sh | |
| parent | 0782e0efec9e44b92f5b295fef1872f169e98702 (diff) | |
annex with picard and write org agenda
Diffstat (limited to 'misc/bin/git-annex-picard.sh')
| -rwxr-xr-x | misc/bin/git-annex-picard.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/bin/git-annex-picard.sh b/misc/bin/git-annex-picard.sh new file mode 100755 index 0000000..de14399 --- /dev/null +++ b/misc/bin/git-annex-picard.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +set -eu +git annex get "$1" +git annex unlock "$1" +picard "$1" |
