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