Skip to content

Commit

Permalink
Update edit_preferences.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
007revad authored Jan 29, 2023
1 parent 0cdcbe9 commit 5ad16aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edit_preferences.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# Script verified at https://www.shellcheck.net/
#--------------------------------------------------------------------------

# TODO refactor this WET code to DRY (Don't Repeat Yourself)

cd "$(dirname "$0")" || { echo "cd $(dirname "$0") failed!"; exit 1; }
#echo $PWD # debug

Expand Down

0 comments on commit 5ad16aa

Please sign in to comment.