included a script to make a folder for today
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/bash
|
||||||
|
TODAY_FOLDER=$(date +"%m%d%y")
|
||||||
|
if [ ! -d "$TODAY_FOLDER" ]; then
|
||||||
|
mkdir "$TODAY_FOLDER"
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user