From 9a4f7eb72a7addb0cd80c9c351cc37a3e4852624 Mon Sep 17 00:00:00 2001 From: Sandra Cheex Date: Wed, 20 Aug 2025 10:25:44 +0000 Subject: [PATCH] add intake stamper --- intake.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 intake.py 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:])