blob: 616c547df2835b4c64e0926a7fb59bdd8548d2dd [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001#! /bin/sh
2
3prefix=stock_
4list=
5
Bram Moolenaar89a9c152021-08-29 21:55:35 +02006for file in "$@"; do
7 name=$(echo "$file" | sed 's|-|_|g; s|^.*/||; s|\..*$||')
Bram Moolenaar071d4272004-06-13 20:20:40 +00008 list="$list $prefix$name $file"
9done
10
11gdk-pixbuf-csource --raw --static --build-list $list