diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 10:27:26 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-30 10:27:26 -0600 |
commit | 3c2fcc4ca9344b7d35c7edeb81535f3c0aa17a3e (patch) | |
tree | b4c9836f0e98d0525138fd7961ab5797b53ed816 | |
parent | 343878abe9898cccc3ca3b55a6546b839261b3f9 (diff) |
copy deploy script to /usr/local/bin
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ git checkout "$branch" git clean -f git pull +cp "$HOME/website/deploy.sh" /usr/local/bin + cd ~/dotfiles || exit ~/website/fix-dotfile-paths.sh emacs --batch -f package-initialize --script ~/website/publish.el |