mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-09 13:26:26 +02:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp code.code interim.scala
|
|
timeout -s KILL 10 xargs -a args.args -d '\n' scala interim.scala < stdin.stdin
|