4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $0`
|
|
./test_basic arrayreadwrite arraycopy bufferreadwriterect $@
|