Indeed.
Was thinking that Powershell commands, at least the basics, don't seem that difficult. Growing up with MS-DOS/early Windows, I guess I was kind of intimidated. Not that I ever would claim to be a guru and batch scripts/commands. I've always managed to get by. Learning, slowly, to do some Bash scripting also. wget comes with every distro that I've ever seen.
Code: Select all
#!/bin/bash
clear
sleep 15
echo "Hello, techtalk.cc!"
exit