add cd to directory thing
1 files changed, 1 insertions(+), 0 deletions(-) M archive_all/archive_projects.sh
M archive_all/archive_projects.sh => archive_all/archive_projects.sh +1 -0
@@ 1,5 1,6 @@ #!/bin/bash set -ev +cd "$(dirname "$0")" # modify below if needed PERSONAL_ACCESS_TOKEN="$(pbpaste)" # command line arguments: <project ID>...