Mercurial > vim
view pixmaps/gen-inline-pixbufs.sh @ 32992:98a1fae808ed
Added tag v9.0.1788 for changeset 0bdb1f8a17c161f3cb7e37891fcc6a59052f87c7
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 26 Aug 2023 18:15:06 +0200 |
parents | d4faa2c5211b |
children |
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