1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 02:41:06 +01: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