plugins still can't inline huh
This commit is contained in:
parent
4ee5913bd0
commit
3dd055b640
6 changed files with 22 additions and 16 deletions
7
examples/quickstart/plugins/tools.py
Executable file
7
examples/quickstart/plugins/tools.py
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
if sys.argv[1] == "flip":
|
||||
stdin = sys.stdin.read()
|
||||
print(stdin[::-1], flush=True)
|
Loading…
Add table
Add a link
Reference in a new issue