Re-introduce test.sh as convenience wrapper around ./y.rs test

This commit is contained in:
bjorn3 2022-08-05 12:13:57 +00:00
parent 012acdf8ae
commit 41d547892c

2
test.sh Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
exec ./y.rs test