source: git/Singular/singularsurf_win

spielwiese
Last change on this file was 6fa7bd3, checked in by Hans Schoenemann <hannes@…>, 8 years ago
windows: trying surf.lib
  • Property mode set to 100755
File size: 241 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\";">>$1.pic
7echo "save_color_image;">>$1.pic
8surf $1.pic
9/bin/rm $1*
10cygstart /tmp/surf.jpg
Note: See TracBrowser for help on using the repository browser.