Skip to content

Commit 42b1477

Browse files
committed
Add randomtext.sh
1 parent 6e8708d commit 42b1477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux/randomtext.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
while true; do dd if=/dev/random status=progress bs=2000 count=1 | wl-copy -t text/plain; sleep 0.1; done

0 commit comments

Comments
 (0)