summaryrefslogtreecommitdiff
path: root/scripts/sd-publish-all
blob: 5fd0f228a5362e8bde41cc9f2d54a6de8e782b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

cd $HOME
while read dirname remote
do
    echo "$dirname"
    SD_REPO="$dirname" sd publish --html --to "$remote"
    echo
done < $HOME/.sd-publish-all.conf