Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
fix all build
Browse files Browse the repository at this point in the history
  • Loading branch information
parrotgeek1 committed Jan 11, 2019
1 parent b53e10f commit 8194838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 82A_exploit/appmgr/ambuild.sh
Expand Up @@ -3,5 +3,5 @@ mono ../Brass.exe appmgr.z80 || exit 1
wf=$((16384-`wc -c < appmgr.bin`))
(cat appmgr.bin; dd if=/dev/zero bs=$wf count=1 2>/dev/null) > appmgrv.bin
rm -f appmgr.bin
to8xv/to8xv appmgrv.bin "../apps/APP AppMgr.8xv" APP
../to8xv/to8xv appmgrv.bin "../apps/APP AppMgr.8xv" APP
rm -f appmgrv.bin
2 changes: 1 addition & 1 deletion 82A_exploit/uosrecv/uobuild.sh
@@ -1,2 +1,2 @@
#!/bin/sh
mono Brass.exe uosrecv.z80; python binpac8x.py uosrecv.bin; rm -f uosrecv.bin
mono Brass.exe uosrecv.z80; python ../binpac8x.py uosrecv.bin; rm -f uosrecv.bin

0 comments on commit 8194838

Please sign in to comment.