summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/data/images/logo/update-files.sh
blob: 03f68f0afeefbc19bfea2c01275ac5407070db20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

list_paths()
{
    variable_name=$1
    echo "$variable_name = \\"
    sort | \
    sed \
      -e 's,^,\t,' \
      -e 's,$, \\,'
    echo "	\$(NULL)"
    echo
}

# image files.
ls *.svg *.png | \
    list_paths "image_files"