This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Flash Samsung factory image packages on Linux | |
# Original Author: Linux4 (https://github.com/Linux4) | |
# Original Gist: https://gist.github.com/Linux4/243e4aab83867e2b3f4322c2a0eb5a3e | |
readonly SCRIPT="$(realpath "$0")" | |
readonly SCRIPT_NAME=$(basename "$SCRIPT") | |
readonly usage=( |