repo.or.cz
/
fbsplash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo in the Gentoo initscript.
[fbsplash.git]
/
themes
/
unpack.sh
blob
06db7c21780888f44c6946ade10df4000b24b03d
1
#!/bin/bash
2
3
for
i
in
repo
/*
.
tar
.bz2
;
do
4
echo
"-
$i
"
5
tar
jxf
"
$i
"
-C
unpacked
6
dir
=
$
(
tar
jtf
"
$i
"
|
head
-n1
)
7
echo
"
$i
"
>
"unpacked/
$dir
/.origin"
8
done