sensible-terminal

This commit is contained in:
Shihaam Abdul Rahman 2023-07-31 08:33:33 +05:00
parent 9c6b39aa4b
commit ce77f97011
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

7
scripts/sensible-terminal Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if [ -z "$1" ]; then
/sbin/xfce4-terminal
else
/sbin/xfce4-terminal -e "ssh $1"
fi