dotar/vim/snippets/sh/sh.snippet

9 lines
205 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
#!/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}