Mercurial > vim
view pixmaps/gen-inline-pixbufs.sh @ 13721:dd8a80b006a8
Added tag v8.0.1732 for changeset 7d2039b2ecc890237e99fe016dd50cc02f295e9b
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 17 Apr 2018 23:30:07 +0200 |
parents | 3fc0f57ecb91 |
children | d4faa2c5211b |
line wrap: on
line source
#! /bin/sh prefix=stock_ list= for file in "$@" do name=`echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||'` list="$list $prefix$name $file" done gdk-pixbuf-csource --raw --static --build-list $list