view pixmaps/gen-inline-pixbufs.sh @ 28070:2e92f35e97f6

Added tag v8.2.4559 for changeset 236b80af98334768ece6d034ea84c6fcdf4ed332
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Mar 2022 17: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