Add svg screencast

This commit is contained in:
Mario Nebl 2018-01-20 20:47:29 +01:00 committed by David Peter
parent bc2b7a33ae
commit 658a97a94a
2 changed files with 21 additions and 0 deletions

20
screencast.sh Normal file
View File

@ -0,0 +1,20 @@
#!/bin/sh
set -e
type() {
printf '\e[32m%s\e[m' "λ "
echo $1 | pv -qL $[10+(-2 + RANDOM%5)]
sleep 0.75
eval $1
echo ""
}
type "fd"
type "fd mod"
type "fd sh$"
type "fd -H sample"
type "fd -h"

1
screencast.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB