Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions BasicFIleIngester/ingest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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...."
Expand Down