Gitify the working tree.
[profile.git] / bigscreen
diff --git a/bigscreen b/bigscreen
deleted file mode 100755 (executable)
index 1d32916..0000000
--- a/bigscreen
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-#
-# $Id$
-#
-# bigscreen: Start screen, resizing the current window to allow a hardstatus 
-#            line in addition to an 80x24 display.
-# Usage: bigscreen [args]
-#
-
-# Resize only if we're at the default size.
-if [ "$(tput lines)" = "24" ]; then
-  usize $(tput cols) 25
-fi
-exec screen ${1+"$@"}