File: testBitIO.sh

package info (click to toggle)
libmaus2 2.0.813%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,696 kB
  • sloc: cpp: 300,964; sh: 3,002; makefile: 2,745; ansic: 1,430
file content (12 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/bash
SCRIPTDIR=`dirname "${BASH_SOURCE[0]}"`
pushd ${SCRIPTDIR}
SCRIPTDIR=`pwd`
popd

../src/testBitIO
RET=$?

echo "Exiting with return code ${RET}"

exit ${RET}