File: make_figures

package info (click to toggle)
tklib 0.6-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 16,012 kB
  • sloc: tcl: 65,204; sh: 6,870; ansic: 792; pascal: 359; makefile: 73; exp: 21; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 122 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/bin/bash

echo Making images of the figures
cd figures
rm *.png
tclsh8.5 ../../../apps/dia convert -o . png *.dia
exit