Skip to content

Instantly share code, notes, and snippets.

@HopperMCS
Created December 16, 2015 03:25
Show Gist options
  • Save HopperMCS/2130a1343d9cb7c9e2bb to your computer and use it in GitHub Desktop.
Save HopperMCS/2130a1343d9cb7c9e2bb to your computer and use it in GitHub Desktop.
arg=${@}
for (( i=0; i < ${#arg}; i+=1 )) ; do
echo -n "${arg:$i:1}"
sleep 0.05
done
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment