Remove useless scripts

This commit is contained in:
Frederic Guillot 2015-04-06 15:14:44 -04:00
parent 8f67480dc9
commit 13aaf5fbed
2 changed files with 0 additions and 10 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
#!/bin/sh
git log -n 20 --no-merges --date=short --format="<li id=\"%h\"><time>%ad</time> %s</li>"