aoc2024/start.sh
2024-12-10 11:13:12 +01:00

6 lines
112 B
Bash

#!/bin/sh
test "$1" == "" && exit 1
cp -r template "$1" || exit 1
cd "$1" || exit 1
chmod +x Makefile || exit 1