6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pushd .. > /dev/null
|
|
python "tools/validate.py" $1 $2
|
|
popd > /dev/null
|