#!/bin/sh # Change rxvt font size if [ -z "$*" ]; then echo -n "\e]50;#3\a" else echo -n "\e]50;#$*\a" fi