#!/bin/bash # for linking things with xargs destination="$1" shift ln -vis "$@" "$destination" < /dev/null