mirror of
https://github.com/thebaer/squigglelog
synced 2018-07-20 10:45:21 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
entriesDir=$HOME/~entries/
|
||
|
vi "$entriesDir$(date +'%Y%m%d')" "+set wrap" "+set linebreak"
|
||
|
echo "Done!"
|