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
$ brew gist-logs mpfr@2 | |
Error: undefined method `length' for nil:NilClass | |
Please report this bug: | |
https://docs.brew.sh/Troubleshooting | |
/usr/local/Homebrew/Library/Homebrew/cmd/gist-logs.rb:145:in `gist_logs' | |
/usr/local/Homebrew/Library/Homebrew/brew.rb:102:in `<main>' | |
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
#!/bin/bash | |
#Ask the user for a sample string | |
echo Hello, what do you want me to hash? | |
read text | |
echo | |
echo | |
echo 'the hash is: ' |