AutoYADM commit: 2025-03-22 21:00:07

This commit is contained in:
Daniel Fichtinger 2025-03-22 21:00:07 -04:00
parent 63023aa73d
commit b243769d4c

View file

@ -4,3 +4,10 @@
Output = ""
Tag = []
command = "echo Hello world!"
[[Snippets]]
Description = "Edit Python scratch file"
Output = ""
Tag = []
command = "TEMP=$(mktemp)\nmv \"$TEMP\" \"$TEMP.py\"\necho '#!/bin/env python' > \"$TEMP.py\"\nchmod +x \"$TEMP.py\"\nhx \"$TEMP.py\""