We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c903b04 commit 5ce0654Copy full SHA for 5ce0654
requirements/packs/scripts/_pytest.sh
@@ -1,4 +1,8 @@
1
#!/usr/bin/env bash
2
+# Usage:
3
+# ./_pytest.sh urls.txt
4
+# ./_pytest.sh https://host/a.tar.gz https://host/b.tgz
5
+# From ChatGPT
6
set -euo pipefail
7
8
URLS=()
0 commit comments