Skip to content

Instantly share code, notes, and snippets.

@AndrewBreyen
Created February 11, 2022 06:09
Embed
What would you like to do?
#!/bin/sh
exec > "/path/to/logging/dir/logs/$(date +"%Y-%m-%d_%H-%M-%S")-run_post_process-sh.log" 2>&1
echo $1
/usr/local/bin/python3 /path/to/record_post_process.py "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment