1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

added fdtool runner for racket and refined the function offset computation

This commit is contained in:
Wei-ju Wu
2013-02-28 20:24:25 -08:00
parent 60573256c1
commit 112562c8b1
2 changed files with 21 additions and 7 deletions

5
fdtool/fdcmd.rkt Normal file
View File

@ -0,0 +1,5 @@
#lang racket
;; A simple top-level program to
(require "fdtool.rkt")
(process-fd (command-line #:program "fdtool.rkt"
#:args (filename) filename))