adventofcode/mkday.sh

7 lines
54 B
Bash
Executable File

#!/bin/bash
YR=$1
DY=$2
cp -R dayTemplate "$YR/$DY"