diff --git a/quickget b/quickget index 080b3b2..7b06e26 100755 --- a/quickget +++ b/quickget @@ -718,6 +718,11 @@ function os_homepages(){ echo "${HOMEPAGE}" } +# Get string before first whitespace (HASH) +function cut_1() { + cut -d' ' -f1 +} + function releases_alma() { echo 9 8 }