summaryrefslogtreecommitdiff
path: root/wr/rddream
blob: 706e08811f92c39e3fac8cdd4aaa668d3a6bf8da (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
# rddream
if [ -z "$1" ] ; then 
	wr "dream"
	exit
else
	wr "dream/D$(date --iso-8601 -d $DT).txt"
fi