mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
10 lines
115 B
Bash
Executable File
10 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
NOT_BLOAT="/tmp/pystartuplmao"
|
|
|
|
cat > "$NOT_BLOAT" <<EOF
|
|
from math import *
|
|
EOF
|
|
|
|
python -i "$NOT_BLOAT"
|