mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
10 lines
147 B
Text
10 lines
147 B
Text
|
#!/bin/sh
|
||
|
echo "# -*- coding: utf-8 -*-
|
||
|
import os
|
||
|
import sys
|
||
|
from math import *
|
||
|
s = str($*)
|
||
|
sys.stdout.write(s)
|
||
|
" >/tmp/pe
|
||
|
exec python.com /tmp/pe
|