polysh/poly
2025-11-01 23:08:15 +01:00

9 lines
83 B
Plaintext

# BASH
"echo" "poc.sh"
"exit" "1"
# PYTHON
import sys
print("poc.py")
sys.exit(1)