Files
evidence-intake/intake.py
2025-08-20 10:25:44 +00:00

6 lines
133 B
Python

#!/usr/bin/env python3
# Stamp an artefact into the evidence share with a custody record.
import sys
print('intake:', sys.argv[1:])