From 045b510a14950219bad594c22f15b8ba625be59e Mon Sep 17 00:00:00 2001 From: flan Date: Sun, 26 Apr 2015 09:57:50 +0200 Subject: fix useless use of cat --- other/apidsl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/apidsl') diff --git a/other/apidsl/README.md b/other/apidsl/README.md index c8241eb8..0b3e776d 100644 --- a/other/apidsl/README.md +++ b/other/apidsl/README.md @@ -4,7 +4,7 @@ with: https://github.com/iphydf/apidsl You can also use the following command if you can't install it: ``` -cat tox.in.h | curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl > tox.h +curl -X POST --data-binary @- https://criticism.herokuapp.com/apidsl < tox.in.h > tox.h ``` Note that the output must be passed through astyle with the config in -- cgit v1.2.3