Merge pull request #4 from djames1/master

Changed shebang to check $PATH for bash instead of assuming /bin/bash
This commit is contained in:
Luke Smith 2018-09-08 10:56:51 -04:00 committed by GitHub
commit 4ab26d0616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
lb
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Set your personal data here:
rssfile="rss.xml"