Skip to content
View herezior's full-sized avatar

Block or report herezior

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Move the files given in arguments to... Move the files given in arguments to PATH (replace :'~/.mypath'), handle whether or not the file is an executable, if a file as a same name in path, ask if you wan't to replace it. (This is my first contribution ! All feedbacks is welcome ! (Maybe it's a bit overkill but meh !))
    1
    #!/bin/bash
    2
    
                  
    3
    for (( i=1; i<=$#; i++ )) 
    4
    do
    5
        if [[ -f ${!i} ]]