Advertisement
Guest User

runstep2

a guest
Dec 19th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. python step2.py $1
  4. gcc -std=gnu99 -O0 -o step2 step2.c
  5. touch result2
  6. ./step2 > result2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement