Skip to content

Commit 5ce0654

Browse files
committed
add comment back
1 parent c903b04 commit 5ce0654

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements/packs/scripts/_pytest.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/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
26
set -euo pipefail
37

48
URLS=()

0 commit comments

Comments
 (0)