From f59836d2472c9653e54b72aad4a46fbb1500fa9c Mon Sep 17 00:00:00 2001 From: alufers Date: Sat, 15 Apr 2023 15:48:05 +0200 Subject: [PATCH] Remove commands.sh --- testcase/commands.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 testcase/commands.sh diff --git a/testcase/commands.sh b/testcase/commands.sh deleted file mode 100755 index 7f7f6c6..0000000 --- a/testcase/commands.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -python3.9 -m venv env -source env/bin/activate -pip install mitmproxy mitmproxy2swagger -mitmproxy2swagger -i flows -o specs.yml -p https://api.ah.nl -cat specs.yml -