https://github.com/andyatkinson/presentations
https://github.com/andyatkinson/presentations
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyatkinson/presentations
- Owner: andyatkinson
- Created: 2024-10-10T15:54:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:31:12.000Z (6 months ago)
- Last Synced: 2025-01-12T08:45:51.887Z (4 months ago)
- Language: PLpgSQL
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentations
## PASS Data Community Summit
- [pass2024/README.md](pass2024/README.md)## Tools
To install on macOS:
```sh
brew install shellcheck
```Run shellcheck:
```sh
shellcheck create_db.sh
```Fix issues!