5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd /tmp/$1
|
||
|
timeout -s KILL 3 lci code.code < stdin.stdin
|