6 lines
133 B
Python
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:])
|