diff --git a/ShellScripts/helloworldurandom.sh b/ShellScripts/helloworldurandom.sh new file mode 100644 index 0000000..0ac8c83 --- /dev/null +++ b/ShellScripts/helloworldurandom.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +echo "This might take a while.." +cat /dev/urandom | grep -a --color=always "Hello world!"