Estimated read time: 1 minutes
for i in
imadok olyan programokat irni, aminek a megirasa mondjuk feloraba tellik, lefut 10sec alatt, de megis oras munkat takarit meg. ja es ofcoz 1nel tobbszor nincs ertelme lefuttatni. ilyen ez a fenti gonyoruseg is
for i in *.fpm ; do tar xzOf $i .PKGINFO|grep ^group|sed -n 's/.* = \(.*\)/\1/; 1 p'|tr '\n' '/'; echo $i |sed 's|\(.*\)-[^-]*-[^-]*-[^-]*.fpm|\1|'; done
; do sed -i "s/^archs=('i686')$/archs=('i686' 'x86_64')/" ../source/$i/FrugalBuild; doneimadok olyan programokat irni, aminek a megirasa mondjuk feloraba tellik, lefut 10sec alatt, de megis oras munkat takarit meg. ja es ofcoz 1nel tobbszor nincs ertelme lefuttatni. ilyen ez a fenti gonyoruseg is