diff options
| author | cassio <cassiopc@gmail.com> | 2015-08-30 15:17:40 +0000 |
|---|---|---|
| committer | cassio <cassiopc@gmail.com> | 2015-08-30 15:17:40 +0000 |
| commit | 198dcd42b9a44a838020c05999dfb263ae1628e8 (patch) | |
| tree | 0d878d74764882fe7bb6592d543954b29622d2f3 /tools/boca-submit-run | |
| parent | be2798607fd15e8b116993a8d33d75b0a6ad0f50 (diff) | |
| download | boca-198dcd42b9a44a838020c05999dfb263ae1628e8.tar.gz boca-198dcd42b9a44a838020c05999dfb263ae1628e8.zip | |
small fixes
Diffstat (limited to 'tools/boca-submit-run')
| -rwxr-xr-x | tools/boca-submit-run | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/boca-submit-run b/tools/boca-submit-run index 0b42e9f..f78fbd6 100755 --- a/tools/boca-submit-run +++ b/tools/boca-submit-run @@ -33,6 +33,10 @@ if [ "$1" == "" ]; then echo "PASSWORD is your password" echo "FILE is your submission file" echo "PROBLEM and LANGUAGE are according to defined in BOCA" + echo "==>>You can check at your BOCA interface to be sure<<==" + echo "PROBLEM is usually a single letter e.g. A or B or C etc" + echo "LANGUAGE is usually one of { c cpp cc java }" + echo "==>>You can check at your BOCA interface to be sure<<==" exit 1 fi |