summarylogtreecommitdiffstats
path: root/skeleton-sh
blob: 4a894e972a91ca1b93f1230906268ec2b84a738b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# (C) 2015 by Christian Hesse <mail@eworm.de>
#
# 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: