6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
day="$1"
|
||
|
part="$2"
|
||
|
|
||
|
luajit "day${day}/part${part}.lua" "$@"
|