6a806abd8da87392aae933493f0e93766ea7c124
[profile.git] / usize
1 #!/bin/bash
2 #
3 # $Id$
4 #
5
6 if [ $# -lt 2 ]; then
7   echo "Usage: usize <width> <height>"
8   exit 1
9 fi
10 echo -e "\e[8;$2;$1;t"