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