Skip to content

Commit

Permalink
Create directory "other" and add a script to send quotes (curl needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
matael committed Jun 6, 2012
1 parent ba85bb0 commit 3c0f46a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions other/post.sh
@@ -0,0 +1,7 @@
#!/bin/bash

echo -n "Author : "
read author
echo -n "Quote : "
read quote
curl -d "author=$author;quote=$quote" http://quotes.matael.org

0 comments on commit 3c0f46a

Please sign in to comment.