This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-11-01 22:05:08 +00:00
Code
Issues
Releases
Activity
a9f5e94d36
freebsd-ports
/
graphics
/
skencil
/
files
/
sketch.in
5 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
New port sketch, an interactive drawing program, written in Python with a few C modules. This is still experimental code.
1998-12-11 12:52:21 +00:00
#!/bin/sh
cd @PREFIX@/share/sketch
Don't drop command line arguments in the wrappers.
1998-12-11 13:46:40 +00:00
exec @PREFIX@/bin/python sketch.py $@
Reference in New Issue
Copy Permalink