This commit is contained in:
maride 2025-11-01 23:08:15 +01:00
commit e247045bf1

8
poly Normal file
View File

@ -0,0 +1,8 @@
# BASH
"echo" "poc.sh"
"exit" "1"
# PYTHON
import sys
print("poc.py")
sys.exit(1)