examples/tclspice, cleanup "wish" trampoline and add emacs mode specification
This commit is contained in:
parent
fad7605c21
commit
06f2ce9087
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
# WishFix \
|
||||
# -*- mode: tcl -*- \
|
||||
exec wish -f "$0" ${1+"$@"}
|
||||
###
|
||||
|
||||
# old name: analyse-20070504-0.tcl
|
||||
package require BLT
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
# WishFix \
|
||||
# -*- mode: tcl -*- \
|
||||
exec wish -f "$0" ${1+"$@"}
|
||||
###
|
||||
|
||||
package require BLT
|
||||
load ../../../src/.libs/libspice.so
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
# WishFix \
|
||||
# -*- mode: tcl -*- \
|
||||
exec wish -f "$0" ${1+"$@"}
|
||||
###
|
||||
|
||||
package require BLT
|
||||
load ../../../src/.libs/libspice.so
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#!/bin/sh
|
||||
# WishFix \
|
||||
exec wish vspicechart.tcl example.cir
|
||||
###
|
||||
|
||||
exec wish vspicechart.tcl example.cir
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
# WishFix \
|
||||
# -*- mode: tcl -*- \
|
||||
exec wish -f "$0" ${1+"$@"}
|
||||
###
|
||||
|
||||
package require BLT
|
||||
load ../../../src/.libs/libspice.so
|
||||
|
|
|
|||
Loading…
Reference in New Issue