5 lines
68 B
Bash
Executable file
5 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd $(dirname "$0")
|
|
|
|
./test.elf &> "$SDCARD_PATH/log.txt"
|