summaryrefslogtreecommitdiffstats
path: root/.local/bin/vimdate
blob: 8691a1254d1334a767e758b7e12bcaf21ce8ee34 (plain)
1
2
3
4
5
6
#!/usr/local/bin/dash

printf ' * '
date "+%Y-%m-%d %H:%M"

# vim: filetype=sh