1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-06 17:27:38 +00:00
shoestrap/recipes/default/bin

7 lines
150 B
Bash
Executable File

#! /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