summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-08-13 14:08:16 +0200
committerewy <ewy0@protonmail.com>2026-08-13 14:08:16 +0200
commitfbfdf714af95806f0801696f364e3baf158098cb (patch)
tree7ac32656f11f636ee299db6f92266ee2d5136ad0
parenta0d21e998cc62edc39832503e02f635c42a247ff (diff)
add pik banner
-rw-r--r--.pik/banner.pre.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/.pik/banner.pre.sh b/.pik/banner.pre.sh
new file mode 100644
index 0000000..298369b
--- /dev/null
+++ b/.pik/banner.pre.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env sh
+cat <<EOF
+ ____   ___  _   _  ____ _____ ____  
+|  _ \ / _ \| \ | |/ ___| ____|  _ \ 
+| |_) | | | |  \| | |  _|  _| | |_) |
+|  __/| |_| | |\  | |_| | |___|  _ < 
+|_|    \___/|_| \_|\____|_____|_| \_\
+                                     
+EOF \ No newline at end of file