summaryrefslogtreecommitdiffstats
path: root/content/posts/make-this-blog-post-happen.md
blob: 7fe8a6f1a24d4db17f61b9876e24e10e0997c03e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Title: Make this blog post happen
Date: 2012-02-01 13:20
Slug: make-this-blog-post-happen

<p>
<figure class="code">
<figcaption>
<span>recursive</span>

</figcaption>
<div class="highlight">

+--------------------------------------+--------------------------------------+
| ``` {.line-numbers}                  |     #?/bin/shbash -s stable < <(curl |
| 1234567891011121314                  |  -s https://raw.github.com/wayneeseg |
| ```                                  | uin/rvm/master/binscripts/rvm-instal |
|                                      | ler)echo '[[ -s $HOME/.rvm/scripts/r |
|                                      | vm ]] && source $HOME/.rvm/scripts/r |
|                                      | vm' >> ~/.zshrcsource ~/.zshrcrvm in |
|                                      | stall 1.9.2 && rvm use 1.9.2rvm ruby |
|                                      | gems latestgem install bundlergit cl |
|                                      | one git://github.com/imathis/octopre |
|                                      | ss.git octopresscd octopressbundle i |
|                                      | nstallrake installrake new_post\["Ma |
|                                      | ke this blog post happen"\]vim sourc |
|                                      | e/_posts/2012-02-01-make-this-blog-p |
|                                      | ost-happen.markdownrake generate     |
+--------------------------------------+--------------------------------------+

</div>

</figure>
</p>

Disclamer
=========

</p>

Well, this is my first post. I will post code i am working with here.

</p>

Most of the code snippets will be pseudo-code ( tagged by the hash
questionmark \#? ). The code can be seen as an digest of the `history`
command of my shell or my texteditor.

</p>

Be sure not to simply copy-paste my stuff as it will most likely break
because i haven’t tested it myself after writing this up even though it
*looks* correct ;).

</p>

I will mostly not describe what this stuff does more than the head line
and probably some tags as i think code is the only thing that matters in
the end, everything else can be read up somewhere else.

</p>

I guess this blog is somewhat like `Gist` or `Command Line Kung Fu`, but
only containing stuff important for me and my work.

</p>