diff --git a/BasicFIleIngester/ingest.sh b/BasicFIleIngester/ingest.sh index 5288659..5d49dea 100644 --- a/BasicFIleIngester/ingest.sh +++ b/BasicFIleIngester/ingest.sh @@ -2,6 +2,10 @@ echo "i found something..." echo "" echo ${INPUT_FILE} echo "what is this junk?" +echo "" +echo "lets see if we have any metadata about this file..." +echo ${INPUT_METADATA} +echo "" echo "where would i put it?" echo "${OUTPUT_DIR} ?" echo "no thanks...."