Add an other implementation of sieve-filter (in bash)

* Requirement: bash and curl.
This commit is contained in:
Aymeric / APLU 2016-07-07 22:06:39 +02:00
parent dbe5972634
commit 486c1ece58
1 changed files with 5 additions and 0 deletions

5
conversations/sieve-filter.sh Executable file
View File

@ -0,0 +1,5 @@
#! /bin/bash
url=${@#*\@}
key=${@%\@*}
curl ${url} -d key=${key} -d -