diff options
author | EuAndreh <eu@euandre.org> | 2019-04-07 18:43:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-04-07 18:43:11 -0300 |
commit | 84ef92c909868f09b8f3d89621eb03e981250a2a (patch) | |
tree | e207b5aa9ea4f4c57818aa3679636012f3914f54 /scripts | |
parent | mrconfig.ini. (diff) | |
download | dotfiles-84ef92c909868f09b8f3d89621eb03e981250a2a.tar.gz dotfiles-84ef92c909868f09b8f3d89621eb03e981250a2a.tar.xz |
Fix shellcheck warnings.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/atom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/atom.sh b/scripts/atom.sh index 4d09815..6ca4110 100755 --- a/scripts/atom.sh +++ b/scripts/atom.sh @@ -12,7 +12,7 @@ LINKS_OUT="$RSS_DIR/gen/buku.urls" mkdir -p "$RSS_DIR/gen" # Empty the text file -> "$LINKS_OUT" +true > "$LINKS_OUT" feed() { local tag="$1" |