1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-16 23:08:07 +01:00
vim/pixmaps/gen-inline-pixbufs.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
211 B
Bash
Raw Permalink Normal View History

2004-06-13 20:20:40 +00:00
#! /bin/sh
prefix=stock_
list=
2021-08-29 21:55:35 +02:00
for file in "$@"; do
name=$(echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||')
2004-06-13 20:20:40 +00:00
list="$list $prefix$name $file"
done
gdk-pixbuf-csource --raw --static --build-list $list