Create subfolders for years

This commit is contained in:
kageru 2019-11-21 11:29:30 +01:00
parent c4f410fcb6
commit 3e8ec04b29
56 changed files with 8 additions and 0 deletions

8
2019/setup_day.sh Executable file
View File

@ -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