included a script to make a folder for today

master
jorgevasquezp 6 years ago
parent 65bebded80
commit a0c3bc7435

@ -0,0 +1,5 @@
#!/usr/bin/bash
TODAY_FOLDER=$(date +"%m%d%y")
if [ ! -d "$TODAY_FOLDER" ]; then
mkdir "$TODAY_FOLDER"
fi
Loading…
Cancel
Save