mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-28 16:54:20 +02:00
examples/tclspice, cleanup "wish" trampoline and add emacs mode specification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user