mirror of
https://github.com/engineer-man/piston.git
synced 2025-10-27 11:40:04 +01:00
4 lines
98 B
Bash
4 lines
98 B
Bash
#!/bin/bash
|
|
|
|
cd /tmp/$1
|
|
xargs -a args.args -d '\n' timeout -s KILL 3 dash code.code < stdin.stdin
|