From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/plan9-screenshot.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'public/plan9-screenshot.html') diff --git a/public/plan9-screenshot.html b/public/plan9-screenshot.html index 537d923..ab3d458 100755 --- a/public/plan9-screenshot.html +++ b/public/plan9-screenshot.html @@ -1,9 +1,12 @@ -Take a screenshot in Plan9

Take a screenshot in Plan9

note, May 10, 2023 on Mitja Felicijan's blog

Take a screenshot in Plan9. This applies to Plan9 and 9front. This will take a screenshot of the screen and output it to /dev/screen. You can then use topng to convert it to a png image.

# Instant screenshot.
@@ -11,7 +14,7 @@ image.

 # Delayed screenshot (5 seconds).
 sleep 5; cat /dev/screen | topng > screen.png
-

Posts from blogs I follow around the net