mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 23:26:32 +00:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
|
#! /bin/bash
|
||
|
|
||
|
for f in $DEFAULT_ASSETS_PATH/* ; do
|
||
|
try_link "$f" "$USER_BIN/$(basename $f)"
|
||
|
done
|
||
|
|