diff options
author | Gustav Eek <gustav.eek@fripost.org> | 2024-05-15 12:35:45 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2024-05-18 22:59:57 +0200 |
commit | 6360540b84a3c532957f1fdfaf0f64429ec19be5 (patch) | |
tree | 94e4d942e84627a2db52bc0ad72b343b017b92f5 /annual/2023/sync | |
parent | 8f310706f1c517508d37eef48d6c61d4192a639c (diff) |
Annual 2023. Update Makefile and remove sync script
Diffstat (limited to 'annual/2023/sync')
-rwxr-xr-x | annual/2023/sync | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/annual/2023/sync b/annual/2023/sync deleted file mode 100755 index 2efb15e..0000000 --- a/annual/2023/sync +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env bash - -# Sync a set of sources with a Git repository target. Set target -# directory where the repository is found. Make sure that all pahts are -# absolute !!! - -mv ${0##*/} ${XDG_RUNTIME_DIR}/ - -TRG="$HOME/git/fripost/meetings/annual/2023" -SRC="$HOME/cloud-fripost/fripost/årsmöte" - -echo ${0##*/}: I: ${SRC} ${TRG} 1>&2 - -rsync -a --delete -P ${SRC}/ ${TRG}/ \ - | grep -iv "^sending" -git -C ${TRG} status --short --branch - -mv ${XDG_RUNTIME_DIR}/${0##*/} . |