"Updates"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user