#! /bin/bash

# Link all user specific scripts to user bin
for f in "$DEFAULT_ASSETS_PATH"/* ; do
    try_link "$f" "$USER_BIN/$(basename "$f")"
done