Skip to content
View dominik-reiner's full-sized avatar

Block or report dominik-reiner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. greenthumb-core greenthumb-core Public

    Green Thumb platform. Smart gardening for hobbyists.

    Python 1

  2. Bash script to update temporary AWS ... Bash script to update temporary AWS credentials in a .env file for a given profile
    1
    #!/bin/bash
    2
    
                  
    3
    # Check if the AWS profile name argument is provided
    4
    if [ -z "\$1" ]; then
    5
      echo "Please provide the AWS profile name as an argument."