mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
8 lines
145 B
Bash
8 lines
145 B
Bash
#!/usr/bin/env sh
|
|
|
|
# Just `vim` but read-only.
|
|
view 'file'
|
|
|
|
# Like `cat` but with syntax highlighting
|
|
bat --theme 'Solarized (light)' 'index.ts'
|