5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
LEAN=$1
|
|
FILE=$2
|
|
export LEAN_PATH=.:../../library/standard
|
|
$LEAN $2
|