aboutsummaryrefslogtreecommitdiff
path: root/scripts/cp-todos.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-03 06:12:39 -0200
committerEuAndreh <eu@euandre.org>2019-01-03 06:42:41 -0200
commitb679e7d91f7af2d97bead966a17b715cdb020b1a (patch)
tree71926893088a93513971d950d5a19b012722fedf /scripts/cp-todos.sh
parentAdd custom nu gitconfig options in nugitconfig.ini file. (diff)
downloaddotfiles-b679e7d91f7af2d97bead966a17b715cdb020b1a.tar.gz
dotfiles-b679e7d91f7af2d97bead966a17b715cdb020b1a.tar.xz
Fix shellcheck ofsenses on bash scripts.
Diffstat (limited to 'scripts/cp-todos.sh')
-rwxr-xr-xscripts/cp-todos.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cp-todos.sh b/scripts/cp-todos.sh
index 5ec5a0f..d8e6f30 100755
--- a/scripts/cp-todos.sh
+++ b/scripts/cp-todos.sh
@@ -1,2 +1,4 @@
+#!/usr/bin/env bash
+
cp "$HOME/annex/txt/TODOs.org" "$HOME/Nextcloud/Notes/org.txt"
cp "$HOME/annex/txt/TODOs.org" "$HOME/Nextcloud/cache/TODOs.org"