Disable debug in fetch-uri. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 835dd5fa5d8a763848524f69737ac313317ca4d6 | |
parent 2fd79b1405cfedf967701c5ffc051acfb1952344 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Thu, 15 Jul 2021 19:38:08 +0200 | |
Disable debug in fetch-uri. | |
Diffstat: | |
M fetch-uri | 2 -- | |
1 file changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/fetch-uri b/fetch-uri | |
@@ -1,7 +1,5 @@ | |
#!/bin/sh | |
-set -x | |
- | |
usage() { | |
printf "usage: %s [-h] URI\n" "$(basename "$0")" >&2 | |
exit 1 |