source: git/Singular/singularsurf_win @ 463cc9

spielwiese
Last change on this file since 463cc9 was 463cc9, checked in by Hans Schoenemann <hannes@…>, 8 years ago
add singularsurf_win
  • Property mode set to 100755
File size: 244 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.pic
10cygstart /tmp/surf.jpg
Note: See TracBrowser for help on using the repository browser.