diff options
Diffstat (limited to 'phlogrss')
-rwxr-xr-x | phlogrss | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,6 @@ -#!/bin/bash +#!/usr/bin/env bash + +# create a gopher rss feed phloglink="gopher://spike.nagatha.fr/0/phlog" description="Phil's Phlog" @@ -24,7 +26,6 @@ echo " footer () { echo " </channel> - </rss> " >> ~/feedbottom } |