Skip to content
View muraterzioglu's full-sized avatar
🖥️
Working from home
🖥️
Working from home

Organizations

@findmentor-network

Block or report muraterzioglu

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
muraterzioglu/README.md

Hi 👋, I'm Murat

a dev(opser) who loves to create and learn new things

muraterzioglu

muraterzioglu

Pinned Loading

  1. muraterzioglu muraterzioglu Public

    Personal webpage and github readme file!

  2. Change AWS CLI Profiles Change AWS CLI Profiles
    1
    function aws() {
    2
      # Get the list of available profiles from the credentials file
    3
      aws_profiles=($(grep "\[" ~/.aws/credentials | tr -d '[]'))
    4
    
                  
    5
      if [[ "$1" == "profile" ]]; then