Skip to content

Commit 143d7c3

Browse files
committed
add cool banner
1 parent d57b962 commit 143d7c3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

root/donate.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- https://minchin.ca
2+
- https://github.com/minchinweb/docker-python

root/etc/cont-init.d/01-py-banner

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/with-contenv bash
2+
3+
echo "
4+
now with
5+
____ _ _ _
6+
| _ \ _ _| |_| |__ ___ _ __ | |
7+
| |_) | | | | __| '_ \ / _ \| '_ \| |
8+
| __/| |_| | |_| | | | (_) | | | |_|
9+
|_| \__, |\__|_| |_|\___/|_| |_(_)
10+
|___/
11+
12+
"

0 commit comments

Comments
 (0)