source: git/Singular/singularsurf @ f5d2647

spielwiese
Last change on this file since f5d2647 was a529d3d, checked in by Hans Schoenemann <hannes@…>, 10 years ago
chg: singularsurf/surf/display instead of gtk-surf
  • Property mode set to 100755
File size: 269 bytes
Line 
1#!/bin/sh
2echo "width=400;" >$1.pic
3echo "height=400;" >>$1.pic
4cat $1 >>$1.pic
5echo "color_file_format = jpg;">>$1.pic
6echo "filename = \"/tmp/surf.jpg\";">>$1.pic
7echo "save_color_image;">>$1.pic
8surf $1.pic
9/bin/rm $1.pic
10display /tmp/surf.jpg
11/bin/rm /tmp/surf.jpg
Note: See TracBrowser for help on using the repository browser.