#!/bin/sh # # (C) 2015 by Christian Hesse # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. # # This is an example code skeleton provided by vim-skeleton. # your code goes here exit 0 # vim: set syntax=sh: