diff --git a/,commit-and-push-self b/,commit-and-push-self index ce0bd3e..4eb66cb 100755 --- a/,commit-and-push-self +++ b/,commit-and-push-self @@ -1,5 +1,7 @@ #!/usr/bin/env bash +cd "$(dirname "$0")" + git add -A if [ -z "$(git status --porcelain)" ]; then