1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-02-25 23:23:51 +00:00
2014-08-08 13:53:21 -07:00

7 lines
102 B
Bash

#! /bin/bash
for f in $DEFAULT_ASSETS_PATH/* ; do
try_link "$f" "$USER_BIN/$(basename $f)"
done