4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
gcc main.c
|
|
python input.py $1 | tee /dev/fd/2 | ./a.out | tee output.txt |