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