Add lsdisney. - various - Various utilities developed at bitreich. | |
git clone git://bitreich.org/various/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 1774a36af1a9b54ac00c2639740437be307f4dc2 | |
parent e51e4d11d6dee3374805dc0545d305b743ab62ac | |
Author: Christoph Lohmann <[email protected]> | |
Date: Wed, 8 Apr 2020 15:14:51 +0200 | |
Add lsdisney. | |
Thanks Evil_Bob for the proposal! | |
Diffstat: | |
A lsdisney | 10 ++++++++++ | |
1 file changed, 10 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/lsdisney b/lsdisney | |
@@ -0,0 +1,10 @@ | |
+#!/bin/sh | |
+ | |
+ls "$@" \ | |
+| toilet -F gay | |
+ | |
+printf "Copyright by Disney Company.\n" | |
+printf "If you copy any of this without paying us thousands of USD,\n" | |
+printf "the ghost of Walt Disney will haunt you and get you to\n" | |
+printf "kill yourself. Have fun!\n" | |
+ |