mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 04:21:01 +01:00
8 lines
153 B
Makefile
8 lines
153 B
Makefile
|
|
#
|
||
|
|
|
||
|
|
|
||
|
|
all:
|
||
|
|
asciinema rec --cols 80 --row 25 -c "env - PS1='> ' PATH=..:$PATH /bin/bash --norc --noprofile" --overwrite demo.cast
|
||
|
|
agg demo.cast demo.gif
|
||
|
|
|