An open API service indexing awesome lists of open source software.

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

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
```