Mercurial > vim
view pixmaps/gen-inline-pixbufs.sh @ 29061:420b1439214e
Added tag v8.2.5052 for changeset a8c0c5865e73af6bf4081e2e02744246fe602816
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 01 Jun 2022 22:30:04 +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