summaryrefslogtreecommitdiff
path: root/launcher.sh
blob: 2f795df618a2a4aa1400ff26c282e3dbf06d1a48 (plain)
1
2
3
4
#!/bin/bash

returnCode=`sh emulated_program.sh`;
echo $returnCode;