This website requires JavaScript.
Explore
Help
Sign In
Studium
/
C_CPP
Watch
2
Star
0
Fork
You've already forked C_CPP
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
581d3f5e09
C_CPP
/
03_FLOW_b
/
run.sh
10 lines
108 B
Bash
Raw
Blame
History
#!/bin/bash
./controlFlowIntr
&
echo
$!
sleep
1
kill
-SIGUSR1
$!
sleep
1
kill
-SIGUSR1
$!
kill
-SIGUSR1
$!
Reference in New Issue
View Git Blame
Copy Permalink