view bin/makequine @ 9565:acff4cf8b291

<oerjan> mkx bin/icao//grep "$1" share/airports.dat | cut -d \',\' -f 6
author HackBot
date Sun, 30 Oct 2016 23:16:00 +0000
parents 1f455af23894
children
line wrap: on
line source

#!/bin/sh
if [ $# -ne 0 ]; then for f in "$@"; do echo "#!/bin/cat" && cat "$f"; done; else echo "#!/bin/cat" && cat; fi