examples/tclspice, cleanup "wish" trampoline and add emacs mode specification

This commit is contained in:
rlar 2017-10-16 21:12:27 +02:00
parent fad7605c21
commit 06f2ce9087
5 changed files with 6 additions and 11 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
# WishFix \
# -*- mode: tcl -*- \
exec wish -f "$0" ${1+"$@"}
###
# old name: analyse-20070504-0.tcl
package require BLT

View File

@ -1,7 +1,6 @@
#!/bin/sh
# WishFix \
# -*- mode: tcl -*- \
exec wish -f "$0" ${1+"$@"}
###
package require BLT
load ../../../src/.libs/libspice.so

View File

@ -1,7 +1,6 @@
#!/bin/sh
# WishFix \
# -*- mode: tcl -*- \
exec wish -f "$0" ${1+"$@"}
###
package require BLT
load ../../../src/.libs/libspice.so

View File

@ -1,4 +1,3 @@
#!/bin/sh
# WishFix \
exec wish vspicechart.tcl example.cir
###
exec wish vspicechart.tcl example.cir

View File

@ -1,7 +1,6 @@
#!/bin/sh
# WishFix \
# -*- mode: tcl -*- \
exec wish -f "$0" ${1+"$@"}
###
package require BLT
load ../../../src/.libs/libspice.so