vimext -h

USAGE: vimext [-AMacefghilmnpstuv] filename.extention
***************************************************************
Creating some C, C++, Perl, Bash file with header.
    extention - sh  -  Bash script
              - pl  -  Perl file
                       [ -M ] header for connection with MySQL.
              - c   -  C file
                       [ -A ] including many common lib.
                       [ -M ] header for connection with MySQL.
                       [ -c ] include <ctype.h>
                       [ -m ] include <math.h>
                       [ -f ] include <fcntl.h>
                       [ -g ] include <libgen.h>
                       [ -l ] include <stdlib.h>
                       [ -p ] include <publib.h>
                       [ -s ] include <string.h>
                       [ -t ] include <time.h>
                       [ -u ] include <unistd.h>
              - cpp -  C++ file
                       [ -A ] including many common lib.
                       [ -M ] header for connection with MySQL.
                       [ -a ] include <algorithm>
                       [ -c ] include <cctype>
                       [ -e ] include <strstream>
                       [ -f ] include <fstream>
                       [ -i ] include <iomanip>
                       [ -l ] include <cstdlib>
                       [ -m ] include <cmath>
                       [ -s ] include <string>
                       [ -t ] include <ctime>
                       [ -g ] include <iterator>
                       [ -n ] include <numeric>
                       [ -v ] include <vector>
                       [ -u ] include <cstdio>
    [ -h | -help ] to see this help message.
Without any arguments, vimext will message about itself.
***************************************************************