1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-02-24 17:44:01 +00:00

7 lines
150 B
Plaintext
Raw Normal View History

2013-08-07 20:23:13 -07:00
#! /bin/bash
# Link all user specific scripts to user bin
for f in "$DEFAULT_ASSETS_PATH"/* ; do
try_link "$f" "$USER_BIN/$(basename "$f")"
2013-08-07 20:23:13 -07:00
done