8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
URL="http://homebutter.com/feed/tux.git"
|
|
|
|
|
|
rsstail -1 -u "${URL}"
|