]> git.donarmstrong.com Git - bin.git/blobdiff - st
add st command
[bin.git] / st
diff --git a/st b/st
new file mode 100644 (file)
index 0000000..b017fec
--- /dev/null
+++ b/st
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+if which stterm >/dev/null 2>&1; then
+    stterm -f 'Fixed:pizelsize=20';
+elif which urxvt >/dev/null 2>&1; then
+    urxvt -f 'Fixed:pixelsize=20';
+elif which uxterm >/dev/null 2>&1; then
+    uxterm;
+else
+    xterm;
+fi;