Skip to content

Instantly share code, notes, and snippets.

@Xanewok
Created April 20, 2017 10:13
Show Gist options
  • Save Xanewok/3bb0b5a541909c670eaabadd52e32e9c to your computer and use it in GitHub Desktop.
Save Xanewok/3bb0b5a541909c670eaabadd52e32e9c to your computer and use it in GitHub Desktop.
guest_files/zadanie4/
└── usr
├── include
│   ├── minix
│   │   └── callnr.h
│   └── unistd.h
└── src
├── include
│   └── unistd.h
└── minix
├── include
│   └── minix
│   └── callnr.h
├── lib
│   └── libc
│   └── sys
│   ├── Makefile.inc
│   └── myps.c
└── servers
└── pm
├── Makefile
├── myps.c
├── proto.h
└── table.c
13 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment