Skip to content

Instantly share code, notes, and snippets.

View niall-byrne's full-sized avatar
🎶

Niall Byrne niall-byrne

🎶
View GitHub Profile
---
- id: cc-format-shell
name: cc-format-shell
description: "Format the project's shell scripts."
entry: --entrypoint=shfmt --env=FORCE_COLOR=1 ghcr.io/niall-byrne/cicd-tools:master
args:
- "-w"
- "--indent=2"
- "-ci"
- "-sr"
@niall-byrne
niall-byrne / README.md
Last active February 5, 2023 19:09
Hosting

Hosted Content

Keybase proof

I hereby claim:

  • I am niall-byrne on github.
  • I am niall_byrne (https://keybase.io/niall_byrne) on keybase.
  • I have a public key ASAFy88QEcFU2DOlfO37yYVTj7t90Ng9zBIhvsR6D14GVwo

To claim this, I am signing this object:

@niall-byrne
niall-byrne / installer.sh
Last active May 20, 2021 13:27
Mock JumpCloud Install Script
#!/bin/bash
echo "Mock Jump Cloud Installer"
echo "$*" >> /tmp/mock_installer_arguments
@niall-byrne
niall-byrne / Globe and Mail Automation
Last active June 3, 2021 01:20
Globe and Mail Automation
Automation for the Globe and Mail website.
@niall-byrne
niall-byrne / cards.json
Last active December 24, 2019 00:18
GCP FlashCard Json
[
{
"front": "GCP Physical Hierarchy",
"title": "GCP Physical Hierarchy",
"description": "1. vCPU\n2. Rack\n3. Data Center\n4. Zone\n5. Region\n6. Multi-Region\n7. Global"
}
]