From 13aaf5fbed32e49539c83edc5053316ef87cc86e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 6 Apr 2015 15:14:44 -0400 Subject: [PATCH] Remove useless scripts --- scripts/api-client.sh | 7 ------- scripts/make-html-changes.sh | 3 --- 2 files changed, 10 deletions(-) delete mode 100755 scripts/api-client.sh delete mode 100755 scripts/make-html-changes.sh 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
  • "