4 lines
73 B
Bash
4 lines
73 B
Bash
|
|
#!/bin/bash
|
||
|
|
INSTALLER_DIR="`dirname ${0}`"
|
||
|
|
${INSTALLER_DIR}/flash-all.sh
|