#!/bin/sh # rddream if [ -z "$1" ] ; then wr "dream" exit else wr "dream/D$(date --iso-8601 -d $DT).txt" fi