add trippy.sh

This commit is contained in:
2023-09-16 00:48:05 +01:00
parent 9702af3fee
commit b562e9625f

4
trippy.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# script to display random data to the screen. to be ran from a tty
while [ true ]; do cat /dev/urandom > /dev/fb0; done