hurl/bin/environment.sh
2023-01-11 14:55:13 +01:00

8 lines
58 B
Bash
Executable File

#!/bin/bash
set -Eeuo pipefail
uname -a
python3 -V
date