5 lines
49 B
Bash
Executable file
5 lines
49 B
Bash
Executable file
#!/bin/zsh
|
|
clear
|
|
kitty +kitten icat $1
|
|
read -k 1
|