advent-of-code/2018/setup_day.sh

9 lines
140 B
Bash
Raw Normal View History

2018-12-06 08:58:55 +01:00
#!/bin/sh
today=$(date +%d)
mkdir "$today"
cd "$today"
# this assumes that your puzzle input is already in your clipboard
xsel -b > input