Skip to content

Commit 93357fa

Browse files
committed
add heads logos; "macros" for presentation shell script
1 parent c410252 commit 93357fa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

assets/green.png

278 KB
Loading

assets/purp.png

278 KB
Loading

macros

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
WHITEONBLACK() { [ $? = 0 ] && printf "%s" "$@" | ../sent-wob; }
2+
BLACKONWHITE() { [ $? = 0 ] && printf "%s" "$@" | ../sent-bow; }
3+

0 commit comments

Comments
 (0)