Skip to content

Play-AsciiVideo

Plays an ASCII video

if ($IsLinux -or $IsMacOS) {
	& curl ascii.live/forrest
} else {
	& curl.exe ascii.live/forrest
}
exit 0 # success

This script has no configurable parameters.

An interactive directory of PowerShell scripts.