diff --git a/fish/nixpkgs/soe b/fish/nixpkgs/soe index 23d46ae..ae66188 100755 --- a/fish/nixpkgs/soe +++ b/fish/nixpkgs/soe @@ -1,7 +1,6 @@ #!/usr/bin/env fish -echo -n "Primes up to: " -read -P "" num +read -P "Primes up to: " num echo set nums (seq 2 $num)[..-2]