Changed shebang to check $PATH for bash instead of assuming bash is always in /bin/bash

This commit is contained in:
Daniel James 2018-09-08 07:26:41 -04:00
parent 58d485eda6
commit 288e440e94
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"