mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-23 16:23:43 +01:00
6 lines
156 B
Bash
Executable File
Vendored
6 lines
156 B
Bash
Executable File
Vendored
#!/usr/bin/env bash
|
|
|
|
python="python3"
|
|
if ! command -v python3 &>/dev/null; then python="python"; fi
|
|
"$python" create_highlighted_versions.py -O highlighted
|