diff options
author | EuAndreh <eu@euandre.org> | 2019-01-22 16:39:17 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-22 16:39:17 -0200 |
commit | 5e0919db80267d5ed476c744e3f13f8d8f711571 (patch) | |
tree | 8cdb09cdb57bc05e2411f60ef2c40d7a30d56eea /scripts/cp-todos.sh | |
parent | Remove $HOME variable from npmrc.sh. (diff) | |
download | dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.gz dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.xz |
Nextcloud -> ownCloud
Client change only.
Diffstat (limited to 'scripts/cp-todos.sh')
-rwxr-xr-x | scripts/cp-todos.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cp-todos.sh b/scripts/cp-todos.sh index d8e6f30..e839ae8 100755 --- a/scripts/cp-todos.sh +++ b/scripts/cp-todos.sh @@ -1,4 +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" +cp "$HOME/annex/txt/TODOs.org" "$HOME/ownCloud/Notes/org.txt" +cp "$HOME/annex/txt/TODOs.org" "$HOME/ownCloud/cache/TODOs.org" |