diff --git a/bin/rss.sh b/bin/rss.sh index ca04c43..fe72d1d 100755 --- a/bin/rss.sh +++ b/bin/rss.sh @@ -1,5 +1,5 @@ #!/bin/sh -echo "It's Pro Toad and Superb Owl" > feed.xml +echo 'It'"'"'s Pro Toad and Superb Owl' > feed.xml echo "https://git.tilde.town/dozens/protoadandsuperbowlIt's Pro Toad and Superb Owl!/bin/sh" >> feed.xml