up sync-sourceforge-pages.sh

This commit is contained in:
Milan Hauth 2024-03-20 12:36:16 +01:00
parent 215ea4a268
commit 8cb36aca74
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
set -e
# check dependencies
for dep in git rsync ssh sshpass; do
if command -v "$dep" >/dev/null; then
continue
fi
echo "error: missing command: $dep"
exit 1
done
# chdir to alchi/src/scripts
cd "$(dirname "$0")"
# chdir to alchi