mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
8 lines
209 B
Bash
8 lines
209 B
Bash
#!/bin/bash
|
|
|
|
# osabie uses Elixir, which expects UTF-8 native encoding
|
|
export LC_ALL="en_US.UTF-8"
|
|
|
|
# osabie will break if you try using it with xargs
|
|
cd /tmp/$1
|
|
timeout -s KILL 3 osabie code.code < args.args
|