1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-09 16:56:17 +00:00

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