trippy.sh: Update descriptions

This commit is contained in:
2024-07-20 20:38:30 +01:00
parent 25263a9516
commit 87c5e20327
2 changed files with 2 additions and 2 deletions

View File

@ -33,5 +33,5 @@
- `suicidal_script.sh`: a script that deletes itself. Doesn't do anything, just a proof of concept. - `suicidal_script.sh`: a script that deletes itself. Doesn't do anything, just a proof of concept.
- `sync_music.sh`: script to sync my Android phone's music library to the contents of my `~/media/music/` directory, i.e. copy my music library from my - `sync_music.sh`: script to sync my Android phone's music library to the contents of my `~/media/music/` directory, i.e. copy my music library from my
laptop to my phone. laptop to my phone.
- `trippy.sh`: script that displays random visual data to the screen (only works when called from a TTY). - `trippy.sh`: script that displays random visual data to the screen (only works when called from a TTY, by a user who has write access to the `fb0` device, e.g. `root`).
- `webcam.sh`: one-line script that uses the video viewer program `mpv` as a webcam by using `/dev/video0` as its video file source. - `webcam.sh`: one-line script that uses the video viewer program `mpv` as a webcam by using `/dev/video0` as its video file source.

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# script to display random data to the screen. to be ran from a tty # 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 ] while [ true ]
do do