1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-31 10:11:07 +00:00
bat/tests/syntax-tests/update.sh

6 lines
148 B
Bash
Executable File
Vendored

#!/bin/bash
python="python3"
if ! command -v python3 &>/dev/null; then python="python"; fi
"$python" create_highlighted_versions.py -O highlighted