This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
forked from stuartcryan/lastpass-alfred-workflow
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from luckman212/2023-bash-scripts-update
bash scripts update for workflow V3
- Loading branch information
Showing
4 changed files
with
92 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
#!/bin/bash | ||
|
||
read -r 2>/dev/null WF_VER <fix_flags_sentinel | ||
[[ $alfred_workflow_version == "$WF_VER" ]] && exit | ||
cd "$(dirname "$0")" || exit 1 | ||
/usr/bin/xattr -d com.apple.quarantine bitwarden-alfred-workflow 2>/dev/null | ||
/bin/chmod +x bitwarden-alfred-workflow 2>/dev/null | ||
/bin/chmod +x bitwarden-alfred-workflow bw_auto_lock.sh bw_cache_update.sh 2>/dev/null | ||
if [[ -n $alfred_workflow_version ]]; then | ||
echo "$alfred_workflow_version" >fix_flags_sentinel | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters