5 lines
65 B
Bash
5 lines
65 B
Bash
|
|
#!/bin/sh
|
||
|
|
# WishFix \
|
||
|
|
exec wish vspicechart.tcl example.cir
|
||
|
|
###
|