diff --git a/other/post.sh b/other/post.sh new file mode 100755 index 0000000..1ec11eb --- /dev/null +++ b/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