https://github.com/mischief/hack9
mirror of bitbucket.org/mischief/hack9
https://github.com/mischief/hack9
Last synced: about 1 year ago
JSON representation
mirror of bitbucket.org/mischief/hack9
- Host: GitHub
- URL: https://github.com/mischief/hack9
- Owner: mischief
- Created: 2017-08-11T02:05:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T00:13:11.000Z (almost 9 years ago)
- Last Synced: 2025-03-01T15:24:17.353Z (over 1 year ago)
- Language: C
- Size: 1020 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hack9 #
## running ##
### plan9 ###
* run:
```
#!rc
cd
hg clone https://bitbucket.org/mischief/hack9 hack9
cd hack9
mk
8.out
```
### unix ###
* install [plan9port](https://github.com/9fans/plan9port).
* make sure `$PLAN9` is set.
* make sure `$PLAN9/bin` is in `$PATH`.
* run:
```
#!sh
cd
hg clone https://bitbucket.org/mischief/hack9 hack9
cd hack9
mk -f mk.p9p
./o.hack9
```