-
Moncef Belyamani authored
Since the `mac` script involves reading from user input, we can't pipe the curl command to `sh` or `bash` because we would be asking bash to read from both a file and STDIN. The solution is to use redirection of STDIN See: http://unix.stackexchange.com/a/247221
84d3a701Moncef Belyamani authoredSince the `mac` script involves reading from user input, we can't pipe the curl command to `sh` or `bash` because we would be asking bash to read from both a file and STDIN. The solution is to use redirection of STDIN See: http://unix.stackexchange.com/a/247221
Loading