4 lines
76 B
Bash
Executable file
4 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Execute kitty with nmtui
|
|
exec kitty --single-instance -e nmtui
|