#! /bin/sh
#OpenScript
#(OS)Display the ASCII table.
OPENFLAGS=9
OPENICON="ascii_table.xpm"
OPENCOMMAND="man 7 ascii"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
