Introduction
Introduction Statistics Contact Development Disclaimer Help
Implement usage of Google ad coupons. - dotg - Day Of The GrParazyd
git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d…
Log
Files
Refs
Tags
---
commit 7d4f2447eab4a9424dd5423d015c5c6b5c97d4ef
parent cdb81a83f5ba6ba11c731be0480b078535105922
Author: parazyd <[email protected]>
Date: Fri, 23 Feb 2018 20:44:02 +0100
Implement usage of Google ad coupons.
Diffstat:
M act-i/config | 1 +
M act-i/functions | 8 ++++----
A act-i/talk-balcony.sh | 12 ++++++++++++
M act-i/usecases.csv | 2 +-
4 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/act-i/config b/act-i/config
@@ -103,3 +103,4 @@ printf 1 > "$kitchen/table/Empty_Glasses"
printf 1 > "$kitchen/cupboard/Plates"
printf 1 > "$kitchen/cupboard/Empty_Glasses"
printf 1 > "$kitchen/sink/Dirt"
+printf 1 > "$kitchen/.notyet-fridge"
diff --git a/act-i/functions b/act-i/functions
@@ -193,10 +193,10 @@ use_specific() {
. talk-nerds.sh
specific_talk_nerds "$item"
;;
- #talk-balcony)
- # . talk-balcony.sh
- # specific_talk_balcony "$item"
- # ;;
+ talk-balcony)
+ . talk-balcony.sh
+ specific_talk_balcony "$item"
+ ;;
Hipster_Area)
. Hipster_Area.sh
specific_talk_hipsterarea "$item"
diff --git a/act-i/talk-balcony.sh b/act-i/talk-balcony.sh
@@ -0,0 +1,12 @@
+specific_talk_balcony() {
+ item="$1"
+
+ case "$item" in
+ Google_Ad_coupons)
+ _msg '"A-a-are t-th-those Google Ad coupons?" - One of…
+ guys stutters.
+
+ The hipsters are speechless.'
+ ;;
+ esac
+}
diff --git a/act-i/usecases.csv b/act-i/usecases.csv
@@ -22,7 +22,7 @@ Empty_Glasses,Kitchen,Toilet1
Terminal,talk-nerds
Keyboard,talk-nerds
Mouse,talk-nerds
-Google_Ad_coupons,talk-balcony
+Google_Ad_coupons,talk-balcony,talk-elves
Also_sprach_Zarathustra,talk-20h
The_Birth_of_Tragedy,talk-20h,talk-gentoo
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.