summaryrefslogtreecommitdiffstats
path: root/scripts/shtop
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/shtop')
-rwxr-xr-xscripts/shtop5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/shtop b/scripts/shtop
new file mode 100755
index 0000000..4fbdb57
--- /dev/null
+++ b/scripts/shtop
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+current-term --class htop -e htop
+
+# vim: expandtab sw=2 ts=2