https://github.com/smangul1/ROP
Revision 5efd8f3c5027e601bd63f65316c8efd41461278c authored by Harry Taegyun Yang on 04 April 2016, 20:46:54 UTC, committed by Harry Taegyun Yang on 04 April 2016, 20:46:54 UTC
1 parent 06ce1e2
Raw File
Tip revision: 5efd8f3c5027e601bd63f65316c8efd41461278c authored by Harry Taegyun Yang on 04 April 2016, 20:46:54 UTC
Delete mini_tests.py
Tip revision: 5efd8f3
myFuncFastWrapper.sh
#!/bin/bash
# myFuncFastWrapper.sh
echo $SGE_TASK_ID
./myFunc.sh $SGE_TASK_ID
back to top