Skip to content

Commit

Permalink
Updating README.
Browse files Browse the repository at this point in the history
  • Loading branch information
a2geek committed Mar 18, 2018
1 parent f3bdd8e commit 64f7286
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,35 @@ build:
- ./hello.shk
```
The output from the `ac -l hello.po` command is:
The output from the build plan is:
```
$ make hello
cl65 -t apple2 hello.c -o hello
$ ac -pro140 hello.po HELLO
$ cat hello | ac -as hello.po hello
$ ac -l hello.po
hello.po /HELLO/
HELLO BIN 007 01/20/2018 01/20/2018 2,928 A=$0803
HELLO BIN 007 03/18/2018 03/18/2018 2,928 A=$0803
ProDOS format; 136,192 bytes free; 7,168 bytes used.
```

The output from the `nulib2 -v hello.shk` command is:
```
hello.shk Created:20-Jan-18 19:21 Mod:20-Jan-18 19:21 Recs: 1
$ nulib2 -ak hello.shk hello.po

adding hello.po
0% compressing
11% compressing
<snip>
DONE
$ nulib2 -v hello.shk
hello.shk Created:18-Mar-18 00:16 Mod:18-Mar-18 00:16 Recs: 1

Name Type Auxtyp Archived Fmat Size Un-Length
Name Type Auxtyp Archived Fmat Size Un-Length
-----------------------------------------------------------------------------
hello.po Disk 140k 20-Jan-18 19:21 lz2 02% 143360
hello.po Disk 140k 18-Mar-18 00:16 lz2 02% 143360
-----------------------------------------------------------------------------
Uncomp: 143360 Comp: 3248 %of orig: 2%
Uncomp: 143360 Comp: 3253 %of orig: 2%
Uploading artifacts...
./hello.po: found 1 matching files
./hello.shk: found 1 matching files
Uploading artifacts to coordinator... ok id=441 responseStatus=201 Created
Job succeeded
```

0 comments on commit 64f7286

Please sign in to comment.