diff --git a/scripts/api-client.sh b/scripts/api-client.sh deleted file mode 100755 index 478da7a..0000000 --- a/scripts/api-client.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -curl \ --u "admin:UkL1sN2xACNsySQ" \ --d '{"jsonrpc": "2.0", "method": "feed.create", "params": {"url": "http://images.apple.com/main/rss/hotnews/hotnews.rss"}, "id": 1}' \ -http://127.0.0.1:8000/jsonrpc.php - diff --git a/scripts/make-html-changes.sh b/scripts/make-html-changes.sh deleted file mode 100755 index d85e86d..0000000 --- a/scripts/make-html-changes.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -git log -n 20 --no-merges --date=short --format="
  • %s
  • "