view pixmaps/gen-inline-pixbufs.sh @ 26637:eeac85e187e7

Added tag v8.2.3847 for changeset 6047c7ea7963e05cfc10b64029510bf047df33c9
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Dec 2021 18:00: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