Create subfolders for years
parent
c4f410fcb6
commit
3e8ec04b29
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
today=$(date +%d)
|
||||
mkdir "$today"
|
||||
cd "$today"
|
||||
# this assumes that your puzzle input is already in your clipboard
|
||||
xsel -b > input
|
||||
|
Loading…
Reference in new issue