mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
6 lines
148 B
Bash
Executable File
Vendored
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
|