mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
4 lines
70 B
Bash
4 lines
70 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
sed -e "s|__PWD__|$(pwd)|g" expected.in > expected
|