3 lines
90 B
Bash
Executable file
3 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
|
|
command -v glow &>/dev/null || go install github.com/charmbracelet/glow@latest
|