Skip to content

play-ascii-video

Plays an ASCII video

#Requires -Version 5.1

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

This script has no configurable parameters.

An interactive directory of PowerShell scripts.