source: git/Singular/singularsurf_jupyter @ e4292e

spielwiese
Last change on this file since e4292e was ab51ae, checked in by Sebastian Gutsche <gutsche@…>, 8 years ago
Cleanup in surf_jupyter script and lib
  • Property mode set to 100755
File size: 223 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${2}.jpg\";">>$1.pic
7echo "save_color_image;">>$1.pic
8surf $1.pic
9rm $1.pic
Note: See TracBrowser for help on using the repository browser.