Skip to content

Commit

Permalink
[bash-timer] Now test that Travis-CI passes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeseekr committed Sep 20, 2020
1 parent e84c9be commit b1289f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ ! -f ~/.bash-timer.sh ]; then
# Pull down our file from GitHub and write it to our home directory as a hidden file.
curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0.0/bash-timer.sh -o $HOME/.bash-timer.sh
curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0/bash-timer.sh -o $HOME/.bash-timer.sh

if [ $(builtin type -P "sha256sum" 2>&1) ]; then
echo "b8b86b96a8b144bcbfe9c567d606bc34a798cad34b0e8c8b98995f8a6d144c73 $HOME/.bash-timer.sh" | sha256sum -c -
Expand All @@ -16,7 +16,7 @@ if [ ! -f ~/.bash-timer.sh ]; then
fi

if [ ! -f ~/.bash-preexec.sh ]; then
curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0.0/assets/bash-preexec.sh -o $HOME/.bash-preexec.sh
curl https://raw.githubusercontent.com/hopeseekr/bash-timer/v1.0/assets/bash-preexec.sh -o $HOME/.bash-preexec.sh

if [ $(builtin type -P "sha256sum" 2>&1) ]; then
echo "04947faeb7f735d37cce12d820a1766ce0eb8288b64ee119e3ca1b00c4ed69eb $HOME/.bash-preexec.sh" | sha256sum -c -
Expand Down

0 comments on commit b1289f6

Please sign in to comment.