5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/sh
|
||
|
BOARD_DIR="$(dirname $0)"
|
||
|
|
||
|
cp $BOARD_DIR/uEnv.txt $BINARIES_DIR/uEnv.txt
|