You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/bin/record

8 lines
229 B
Plaintext

SCRIPT=/tmp/test.script
TIMING=/tmp/test.time
script -q -t $SCRIPT 2>$TIMING
echo "Uploading..."
curl -F terminal_cols=`tput cols` -F terminal_lines=`tput lines` -F typescript=@$SCRIPT -F timing=@$TIMING localhost:4000/scripts