repo.or.cz
/
urforth.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
l0: added "CELLS^", updated prebuilt binary
[urforth.git]
/
c.sh
blob
5a91ca5dda7996f9d2fcd05b23b4d9c1980855ad
1
#!/bin/sh
2
3
odir
=
`pwd`
4
mdir
=
`dirname "
$0
"`
5
cd
"
$mdir
"
6
rm
urforth
2
>/
dev
/
null
7
.
/
urforth1_min meta
/
asm-metc.f
"$@"
8
res
=
$?
9
cd
"
$odir
"
10
exit
$res