1 2 3 4 5
#!/bin/sh if command -v kitty >/dev/null 2>&1; then kitty +kitten icat --silent --stdin no --transfer-mode file --clear >/dev/tty fi