mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
7 lines
299 B
Bash
7 lines
299 B
Bash
pkg install gnuplot
|
|
(cat<<EOF ;cat /sdcard/uweb/default.acmd)|awk -F: '!s[$1]++'>a.tmp;mv a.tmp /sdcard/uweb/default.acmd
|
|
命令:text/plain:%s
|
|
函数作图:image/svg+xml:gnuplot -e 'set term svg;set output; plot %s'
|
|
函数作图(3d):image/svg+xml:gnuplot -e 'set term svg;set output; splot %s'
|
|
EOF
|
|
|