2024-10-05 04:55:06 -04:00
|
|
|
#/bin/sh
|
|
|
|
|
2024-10-05 08:06:19 -04:00
|
|
|
rm -rf r7rs-tests-1.scm
|
2024-10-05 04:55:06 -04:00
|
|
|
wget https://raw.githubusercontent.com/ashinn/chibi-scheme/refs/heads/master/tests/r7rs-tests.scm
|
2024-10-05 08:06:19 -04:00
|
|
|
mv r7rs-tests.scm r7rs-tests-1.scm
|