blob: 65671310d9cef2209fd6818d79af6b971e0feaad (
plain)
1
2
3
4
5
|
#!/bin/sh
# Here's a way to link a.slip and maintaining the stdlib in
# use without changing working directory, then using a.slip in b.slip
myslip -l solutions/cond-add-inv/a.slip solutions/cond-add-inv/b.slip
|