#!/bin/sh # # about: # # compile_vba.sh - create a vimball from the given files # # author: mathias gumz # licence: MIT # # usage: # # compile_vba.sh infile1 infile2 infile3 # # the vimball is dumped to stdout, to create a .vba.gz # just pipe the output to gzip cat <