diff --git a/intake.py b/intake.py new file mode 100644 index 0000000..9459c3f --- /dev/null +++ b/intake.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 +# Stamp an artefact into the evidence share with a custody record. +import sys + +print('intake:', sys.argv[1:])