4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
curl -L -s -o "/etc/update-motd.d/quotes.txt" "https://dl.armbian.com/quotes.txt"
|