4 lines
54 B
Bash
4 lines
54 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cat "$1" | cut -f 5 | sxiv -i -t
|