mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 14:14:24 -05:00
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
img="$1"
|
|
width="$4"
|
|
height="$5"
|
|
|
|
catimg "$img" -w${width}x${height}
|