diff --git a/2009-02-27/DFN b/2009-02-27/DFN new file mode 100644 index 0000000..a8dc158 --- /dev/null +++ b/2009-02-27/DFN @@ -0,0 +1,4 @@ +9:56:26 AM Thom Blake: is there something like the abbr tag for attaching a definition? +9:56:45 AM Isaac Z. Schlueter: Your Mom +9:56:56 AM Thom Blake: thanks! +9:56:59 AM Isaac Z. Schlueter: np diff --git a/new.sh b/new.sh new file mode 100755 index 0000000..1d8960a --- /dev/null +++ b/new.sh @@ -0,0 +1,4 @@ +#!/bin/bash +mkdir `date '+%Y-%m-%d'` +read -p "Title? " t +cat >> "`date '+%Y-%m-%d'`/$t" \ No newline at end of file