dotar/vim/snippets/sh/sh.snippet
2011-11-17 16:00:49 -06:00

9 lines
205 B
Plaintext
Executable File

#!/bin/bash
# Created on: `system("date +%m-%d-%Y")`
# Last Change: `system("date +%m-%d-%Y")`
# vim:ft=sh:fdm=syntax:nu:
# Description: ${1:description}
# Author: ${2:`system("whoami")`}
# Url: ${3:url}