5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
![]() |
#!/bin/zsh
|
||
|
clear
|
||
|
kitty +kitten icat $1
|
||
|
read -k 1
|