diff options
Diffstat (limited to 'rc.lib')
-rw-r--r-- | rc.lib | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -75,6 +75,11 @@ device_helper() { esac } +link() { + ln -sf "$1" "$2" + printf '%s ==> %s\n' "$2" "$1" +} + mounted() { [ -e "$1" ] && [ -f /proc/mounts ] && |