5 lines
83 B
Bash
5 lines
83 B
Bash
|
#!/bin/sh
|
||
|
BOARD_DIR="$(dirname $0)"
|
||
|
|
||
|
cp ${BOARD_DIR}/nand-full.lst ${BINARIES_DIR}
|