Skip to content

Commit

Permalink
feat(packages): add time machine status app
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Apr 7, 2024
1 parent de3ac7c commit 665692e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/timemachinestatus.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh

set -e

if
! (command -v force_print >/dev/null 2>&1) ||
! (force_print 3 a b >/dev/null 2>&1) ||
test "$(force_print 3 a b)" != "a b";
then
printf "Please run this script through \"install.sh\" instead"
exit 1
fi

has_app 'TimeMachineStatus'

profile -work
use_brew cask 'timemachinestatus'

0 comments on commit 665692e

Please sign in to comment.