blob: 45b699abf6232a744789617684fda11b2a8d9cdf [file] [log] [blame]
#!/bin/sh
# Example gives list of document ids in a directory.
dir="/tmp/foo-bar/"
cd "$dir"
echo -e "GSA Adaptor Data Version 1 [\n]"
echo id-list
# Note: \n delimiter requires no file names contain it.
find . -type f