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