helper: more debug options

master
pictuga 2021-12-29 15:41:03 +01:00
parent b74365b121
commit e12cb4567a
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#! /bin/sh
set -ex
if ! command -v python && command -v python3 ; then
alias python='python3'
fi