mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-28 09:18:53 +01:00
6 lines
148 B
Bash
Vendored
6 lines
148 B
Bash
Vendored
#!/bin/bash
|
|
|
|
python="python3"
|
|
if ! command -v python3 &>/dev/null; then python="python"; fi
|
|
"$python" create_highlighted_versions.py -O highlighted
|