mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-08 04:46:32 +02:00
4 lines
70 B
Bash
4 lines
70 B
Bash
#!/bin/bash
|
|
|
|
cd /tmp/$1
|
|
timeout -s KILL 3 lci code.code < stdin.stdin
|