8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdddad2 commit 0728500Copy full SHA for 0728500
distribute.sh
@@ -615,14 +615,20 @@ function arm_deduplicate() {
615
616
617
# Do the build
618
-while getopts ":hvlfm:d:" opt; do
+while getopts ":hvlfm:d:s" opt; do
619
case $opt in
620
h)
621
usage
622
;;
623
l)
624
list_modules
625
626
+ s)
627
+ push_arm
628
+ bash
629
+ pop_arm
630
+ exit 0
631
+ ;;
632
m)
633
MODULES="$OPTARG"
634
0 commit comments