[trippy.sh]: move to this repository from utility_scripts repository

This commit is contained in:
2024-08-20 11:48:18 +01:00
parent 43e4f47d12
commit 2ddd156ed9
2 changed files with 7 additions and 0 deletions

6
trippy.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
# Script to display random data to the screen. To be ran from a TTY, as a user who has write privileges to the fb0 device
while [ true ]; do
cat /dev/urandom > /dev/fb0
done