new welcome possibility

This commit is contained in:
Dirk Alders 2023-09-04 20:58:35 +02:00
parent 7a064a2925
commit 1f24105044
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/zsh
#
neofetch -L
figlet "`hostname -f`"

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# #
if [ -r ~/todo.txt ]; then if [ -r ~/todo.txt ]; then
echo
echo
cat ~/todo.txt cat ~/todo.txt
fi fi