mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
Enhance github helper scripts (#9888)
This commit is contained in:
parent
6e08ddce6e
commit
b9303b5577
10 changed files with 34 additions and 21 deletions
|
@ -9,7 +9,7 @@
|
|||
# any permanent changes to 'master'.
|
||||
#
|
||||
|
||||
[[ $# < 2 ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }
|
||||
[[ $# < 2 && $1 != "-h" && $1 != "--help" ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }
|
||||
|
||||
MFINFO=$(mfinfo "$@") || exit 1
|
||||
IFS=' ' read -a INFO <<< "$MFINFO"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue