Skip to content

Commit

Permalink
xterm.sh - is there a better wayj?
Browse files Browse the repository at this point in the history
  • Loading branch information
mslehto committed Jun 12, 2017
1 parent 1936666 commit e49abe3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/xterm.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#!/bin/sh
OS=$(uname -s)
HOSTNAME=$(hostname -s)
if [ "${OS}" = "OpenBSD" ];then
uxterm
elif [ "${HOSTNAME}" = "ljb" ];then
uxterm
else
xterm
fi

0 comments on commit e49abe3

Please sign in to comment.