forked from GNUsocial/gnu-social
6 lines
103 B
Bash
6 lines
103 B
Bash
#!/bin/sh
|
|
|
|
ACTION=${1}
|
|
|
|
curl -q -s --connect-timeout 60 --data-binary @- http://filter:11334/${ACTION}
|