Pinned Loading
-
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/bash23for (( i=1; i<=$#; i++ ))
4do5if [[ -f ${!i} ]]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.