1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-11 15:23:28 +00:00
shoestrap/recipes/default/bin

7 lines
102 B
Plaintext
Raw Normal View History

2013-08-08 03:23:13 +00:00
#! /bin/bash
for f in $DEFAULT_ASSETS_PATH/* ; do
try_link "$f" "$USER_BIN/$(basename $f)"
done