SDL-mirror/test/test-automation/build-scripts/install-runner.sh

7 lines
86 B
Bash
Raw Normal View History

2011-08-06 18:00:10 +03:00
#! /bin/bash
cp src/runner/.libs/runner .
chmod u+x runner
echo "Runner installed."