GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
docs
[mirrors/Programs.git]
/
c
/
glade-examples
/
delete
/
calc
/
compile.sh
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
gcc -Wall -g -o test test.c `pkg-config --cflags --libs gtk+-2.0` -export-dynamic
3
cat test.xml | grep -v "requires lib=" > calc.xml
4
cat test.xml > calc.xml
This page took
0.309995 seconds
and
4
git commands to generate.