mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
4 lines
72 B
Bash
4 lines
72 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
sed -e "s|__PWD__|${MY_PWD}|g" expected.in >expected
|