2b4bd66081
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
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
|