Locate cake haters. - bitreich-httpd - Bitreich HTTPD service | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 02ecd2dc0bcee22def4b6e16e3c74a4a39e90f34 | |
parent 458867563dbad1db447aa489fdf56bd614f02154 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 13 Nov 2020 20:38:54 +0100 | |
Locate cake haters. | |
Diffstat: | |
M bitreich-httpd.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/bitreich-httpd.c b/bitreich-httpd.c | |
@@ -141,7 +141,7 @@ main(int argc, char *argv[]) | |
ctype = "audio/mpeg"; | |
} else if (strstr(request, "dickbutt")) { | |
asprintf(&path, | |
- "/home/annna/bin/annna-say -c \"#bitreich-tv\" \"%s:%s… | |
+ "/home/annna/bin/locate-cake-hater \"%s\" \"%s\"", | |
clienth, clientp); | |
system(path); | |
free(path); |