talk-gentoo.sh - dotg - Day Of The GrParazyd | |
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
talk-gentoo.sh (2706B) | |
--- | |
1 specific_talk_gentoo() { | |
2 item="$1" | |
3 | |
4 if [ -f "$hipsters/obese/.takingashit" -o \ | |
5 -f "$hipsters/obese/.inkitchensink" ]; then | |
6 _msg "The yoghurt did not bode well for the spaniard. He… | |
7 return | |
8 fi | |
9 | |
10 case "$item" in | |
11 Old_Thinkpad) | |
12 _msg " | |
13 You whip out your old Thinkpad and show … | |
14 Gentoo Hardened setup you have. | |
15 | |
16 The spaniard is butthurt that you have a… | |
17 patches so he wants to start plotting mu… | |
18 | |
19 You realize if you just start walking aw… | |
20 be unable to catch up. | |
21 | |
22 You put your laptop back in your backpac… | |
23 ;; | |
24 | |
25 Plate_of_Bolognese_Sauce) | |
26 _msg " | |
27 You give a plate of Bolognese sauce to t… | |
28 | |
29 He thanks you and starts eating it swift… | |
30 mv "$inventory/$item" "$hipsters/obese/" | |
31 ;; | |
32 | |
33 Beers) | |
34 _msg "You offer a beer to the spaniard. He refus… | |
35 | |
36 Is it because it makes bellies big, you … | |
37 ;; | |
38 | |
39 Chocolate_Milks) | |
40 _msg "You give a chocolate milk bottle to the sp… | |
41 drinks it in one sip." | |
42 dropitem "$item" | |
43 ;; | |
44 | |
45 Old_yoghurt) | |
46 _msg "You give the old yoghurt to the spaniard. … | |
47 | |
48 You hear his stomach gurgling. Struggling, but h… | |
49 | |
50 if [ -f "$inventory/.isfrench" ]; then | |
51 _msg "up and start walking towards the k… | |
52 printf 1 > "$hipsters/obese/.inkitchensi… | |
53 else | |
54 _msg "up and start walking towards the t… | |
55 printf 1 > "$hipsters/obese/.takingashit" | |
56 fi | |
57 | |
58 rm -f "$toilet1/shower/.notyet" | |
59 rm -f "$toilet2/shower/.notyet" | |
60 cp -f "$hipsters/obese/Plate_of_Bolognese_Sauce"… | |
61 | |
62 if [ -f "$inventory/.isfrench" ]; then | |
63 if [ -f "$toilet1/shower/Cheese" -a \ | |
64 -f "$toilet2/shower/Blac… | |
65 _msg "You hear a strange noise c… | |
66 NeXT machine." | |
67 rm -f "$inventory/.notyet" | |
68 fi | |
69 else | |
70 if [ -f "$kitchen/sink/Cheese" -a \ | |
71 -f "$toilet2/shower/Blac… | |
72 _msg "You hear a strange noise c… | |
73 NeXT machine." | |
74 rm -f "$inventory/.notyet" | |
75 fi | |
76 fi | |
77 ;; | |
78 | |
79 The_Birth_of_Tragedy) | |
80 _msg '"Man, christianity sucks, man." - He says … | |
81 | |
82 You nod.' | |
83 ;; | |
84 | |
85 The_C_Programming_Language) | |
86 _msg "You show the K&R book to the spaniard. His… | |
87 printf 1 > "$hipsters/obese/.dead" | |
88 ;; | |
89 | |
90 Developing_NodeJS) | |
91 _msg '"Man, nodejs sucks, man." - He says while … | |
92 ;; | |
93 | |
94 Condom_balloon) | |
95 _msg "You show the condom balloon to the spaniar… | |
96 and tucks the remaining latex away in hi… | |
97 rm -f "$inventory/$item" | |
98 ;; | |
99 esac | |
100 } |