mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
056ec53999
Emulates a Commodore 64. PR: 5329 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
7 lines
82 B
Bash
7 lines
82 B
Bash
#!/bin/sh
|
|
#
|
|
cd ${PREFIX}/libexec/frodo
|
|
exec ${PREFIX}/libexec/frodo/Frodo
|
|
#
|
|
# eof
|