aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-04-07 18:43:11 -0300
committerEuAndreh <eu@euandre.org>2019-04-07 18:43:11 -0300
commit84ef92c909868f09b8f3d89621eb03e981250a2a (patch)
treee207b5aa9ea4f4c57818aa3679636012f3914f54 /scripts
parentmrconfig.ini. (diff)
downloaddotfiles-84ef92c909868f09b8f3d89621eb03e981250a2a.tar.gz
dotfiles-84ef92c909868f09b8f3d89621eb03e981250a2a.tar.xz
Fix shellcheck warnings.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/atom.sh2
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"