aoc2024/start.sh
2024-12-01 05:52:45 +01:00

6 lines
108 B
Bash

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