9 lines
135 B
Bash
9 lines
135 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
echo "example"
|
||
|
fennel ./src/d5.fnl ./data/example.txt
|
||
|
|
||
|
echo "submission"
|
||
|
fennel ./src/d5.fnl ./data/submission.txt
|
||
|
|