6 lines
53 B
Bash
6 lines
53 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
cat ./data/$1.txt | ./exe/$1.exe
|