diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-13 11:27:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-13 11:28:58 -0700 |
commit | 82d4488fbe6b9b5074b0563cc122eaa75f35355b (patch) | |
tree | 95a01f7b69d5f9dafdedcb80412587e4cdd65d49 | |
parent | c6b49621e421d7f0fc6693758371104de02e3c8a (diff) | |
download | unix-cruft-master.tar.gz unix-cruft-master.tar.bz2 unix-cruft-master.zip |
-rwxr-xr-x | resize | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ # Kaz Kylheku <kkylheku@gmail.com> # October 2006 # +# LICENSE: Permission is granted to use or redistribute this program in +# original or modified form, provided the copyright notice is kept intact. Use +# of this program consititutes agreement that the author is not to be held +# liable for the consequences of any problem imagined to be connected to +# this program, under any theory of liability. +# if [ $# -ne 0 ] ; then echo This is not the X11 resize program, but a shell script imitation. |