Skip to content

Instantly share code, notes, and snippets.

@porcupinenick
porcupinenick / mpfr@2error.txt
Last active January 5, 2020 20:35
undefined method for formula: mpfr@2
$ 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>'
@porcupinenick
porcupinenick / hashing.sh
Created September 19, 2019 02:12
Calculating shasums in bash via user input
#!/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: '