Fast IFS using RPN notation
python
c
x86-64
nasm
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

send_live.example 216B

1
  1. while [ 1 ]; do for img in ../rpnifs2_*.png; do convert "$img" -alpha off "$(basename $img)"; echo -n '.'; done; echo ""; rsync -c -v ./rpnifs2_*.png root@http.zvirt:/home/www-data/www/rpnifs/live/; sleep 40; done