File: createResourcesList.sh

package info (click to toggle)
rsskit 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 656 kB
  • ctags: 572
  • sloc: objc: 2,041; makefile: 48; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Produces a resource list. It's too big to put all that into the
# GNUmakefile.

echo 'RSSKitTests_RESOURCE_FILES = \'
find Resources/ | grep xml$ | sed 's/$/ \\/'
# Extra blank line so that we don't need to remove the \ from the last line
echo