You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Moves file to current dir and puts full path into xclipboard. If file is in current dir then just does xclipboard. If no file then just puts pwd in xclipboard.
# Requires xclip installed.
if [[ $# -gt 1 ]] ; then
echo "Just give me one single file or give me none."