This website requires JavaScript.
Explore
Help
Register
Sign In
hasslesstech
/
test5
Watch
1
Star
0
Fork
0
You've already forked test5
Code
Issues
Pull Requests
Actions
Activity
test5
/
test.sh
6 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2026-03-18 17:16:32 +02:00
#!/bin/sh
1
2026-03-18 19:51:48 +02:00
for
OPT in s 0
;
do
1
2026-03-18 19:49:19 +02:00
echo
--
"
-O
$OPT
"
&&
gcc f.c -O
$OPT
-o f
&&
./f
done
Reference in New Issue
Copy Permalink