Welcome! These are a few scripts that we use at SURFsara to work with Spider.

5 stars 3 forks 5 watchers Shell Apache License 2.0
2 Open Issues Need Help Last updated: Sep 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: A unit test designed to check file permissions is failing because the user's `umask` setting (027) on MacOS results in files being created with different permissions (`-rw-r-----`) than the test expects (`-rw-r--r--`). The proposed solution is to set a predictable `umask` value within the test script, ensuring it is restored to its original value after the test completes to prevent side effects.

Complexity: 2/5
bug good first issue

Welcome! These are a few scripts that we use at SURFsara to work with Spider.

Shell

Welcome! These are a few scripts that we use at SURFsara to work with Spider.

Shell