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