mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-08 11:49:39 -04:00
8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Always run in script-dir
|
|
DIR=`dirname $0`
|
|
cd $DIR
|
|
|
|
make check
|