fail on errors (got bitten by this)

This commit is contained in:
Romain PRIMET 2022-04-26 21:28:57 +02:00
parent 4dccf8abe7
commit 5065108407

View File

@ -1,4 +1,5 @@
#! /usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
python3 -m venv env