shoestrap/recipes/default/mac-bin

9 lines
160 B
Bash
Executable File

#! /bin/bash
# Try to link all local bin assets specific to macOS
for f in "$DEFAULT_ASSETS_PATH"/* ; do
try_link "$f" "$USER_BIN/$(basename "$f")"
done