Advertisement
shashiskills

Untitled

Oct 30th, 2012
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. rm hello.png
  2. rm mytree.dot
  3. rm a.out
  4. gcc treestructure.c
  5. ./a.out
  6. dot mytree.dot -Tpng > hello.png
  7. gnome-open hello.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement