1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 10:51:05 +01:00
bat/tests/syntax-tests/update.sh

6 lines
156 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-09-20 20:09:07 +01:00
python="python3"
if ! command -v python3 &>/dev/null; then python="python"; fi
"$python" create_highlighted_versions.py -O highlighted