Pass down cmd arguments to bash

This commit is contained in:
Jeroen Ooms
2020-04-15 23:51:20 +02:00
parent f8292492f4
commit 975169ec82

View File

@@ -7,4 +7,4 @@ Bash. Please migrate to the following command:
EOS
Kernel.exec "/bin/bash", "-c", '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"'
Kernel.exec "/bin/bash", "-c", '/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"' + ' uninstall ' + ARGV.join(" ")