Mercurial > vim
view pixmaps/gen-inline-pixbufs.sh @ 28032:8b90d89c9bdd
Added tag v8.2.4540 for changeset 4aa79224acd2ceb1e1ca739b12c8f77cdebb3f32
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 10 Mar 2022 21:15:04 +0100 |
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