4 lines
91 B
Bash
4 lines
91 B
Bash
#/bin/bash
|
|
BIN="../workspace-build/HandyGames"
|
|
find . -name *.txt -print0 | xargs -0 $BIN
|