"Updates"

This commit is contained in:
2026-04-08 12:27:44 +02:00
parent 14a54e3733
commit f859c7a661
+3 -3
View File
@@ -96,14 +96,14 @@ sudo vim /etc/update-motd.d/01-cowsay
``` ```
```bash ```bash
sudo vim /etc/update-motd.d/05-here-and-now sudo vim ~/local/bin/now
``` ```
```bash ```bash
#!/bin/bash #!/bin/bash
# NAME: now # NAME: now
# PATH: $HOME/bin # PATH: $HOME/.local/bin
# DESC: Display current weather, calendar and time # DESC: Display current weather, calendar and time
# CALL: Called from terminal or ~/.bashrc # CALL: Called from terminal or ~/.bashrc
# DATE: Apr 6, 2017. Modified: Mar 30, 2018. # DATE: Apr 6, 2017. Modified: Mar 30, 2018.
@@ -222,7 +222,7 @@ exit 0
```bash ```bash
sudo chmod +x /etc/update-motd.d/01-cowsay sudo chmod +x /etc/update-motd.d/01-cowsay
sudo chmod +x /etc/update-motd.d/05-here-and-now sudo chmod +x ~/local/bin/now
``` ```
#### Networking #### Networking