Guest User

Untitled

a guest
Jun 17th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. * NIX Oneliners
  2.  
  3. |------------------+---------------------------------------------+------------------------------|
  4. | DATE | COMMAND | DESCRIPTION |
  5. |------------------+---------------------------------------------+------------------------------|
  6. | <2014-07-24 Thu> | curl -L http://git.io/nix-install.sh ยง bash | Install nix |
  7. | <2014-07-24 Thu> | nix-env -qaP ยง grep python3-3 | search for python3-3 package |
  8. |------------------+---------------------------------------------+------------------------------|
  9.  
  10. `do | not | care | about | this`
  11.  
  12. * Table of code blocks
  13.  
  14. | Name | Code block |
  15. |------+------------|
  16. | foo | [[foo][foo]] |
  17. | bar | [[bar][bar]] |
  18.  
  19.  
  20. #+name: foo
  21. #+begin_src bash
  22. echo "Foo"
  23. #+end_src
  24.  
  25. #+RESULTS: foo
  26. : Foo
  27.  
  28. #+name: bar
  29. #+begin_src bash
  30. echo "Bar"
  31. #+end_src
Add Comment
Please, Sign In to add comment