add intake stamper

This commit is contained in:
2025-08-20 10:25:44 +00:00
parent c831c89391
commit 9a4f7eb72a

5
intake.py Normal file
View File

@@ -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:])