pioneer/data/listdata.sh

4 lines
111 B
Bash
Executable File

#! /bin/sh -e
cd "`dirname "$0"`"
find * -type f | grep -vf listdata.exclude | sort | sed -e 's/[ '\'']/\\&/g'