AutoYADM commit: 2025-03-22 21:00:07
This commit is contained in:
parent
63023aa73d
commit
b243769d4c
1 changed files with 7 additions and 0 deletions
|
@ -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\""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue