shoestrap/recipes/default/bin

7 lines
102 B
Bash

#! /bin/bash
for f in $DEFAULT_ASSETS_PATH/* ; do
try_link "$f" "$USER_BIN/$(basename $f)"
done