summaryrefslogtreecommitdiff
path: root/scripts/sd-publish-all
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sd-publish-all')
-rwxr-xr-xscripts/sd-publish-all12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/sd-publish-all b/scripts/sd-publish-all
deleted file mode 100755
index 5fd0f22..0000000
--- a/scripts/sd-publish-all
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
-