git://lisas.de
/
terminatorX.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial checkin - Alex
[terminatorX.git]
/
knob
/
pixbuf
1
#!/bin/bash
2
3
args=""
4
5
for no in {,1,2,3,4}{0,1,2,3,4,5,6,7,8,9}
6
do
7
args="$args knob"$no" merge"$no".png"
8
done
9
10
gdk-pixbuf-csource --raw --build-list $args > knobs.pixbuf
11