GC-5050: added execution script

This commit is contained in:
urihershgc 2016-01-14 14:05:27 +02:00
parent 047939b80d
commit 013c87f478
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#!/bin/bash
MACHINE_TYPE=`uname -m`
if [ ${MACHINE_TYPE} == 'x86_64' ]; then
# 64-bit stuff here
ARCH=64
else
# 32-bit stuff here
ARCH=32
fi
MONKEY_FILE=monkey-linux-$ARCH
cp -f ./cc/binaries/$MONKEY_FILE /tmp
/tmp/$MONKEY_FILE m0nk3y