summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 58d997c)
raw | patch | inline | side by side (parent: 58d997c)
author | Ian Kelling <ian@iankelling.org> | |
Sat, 7 Jun 2014 16:12:13 +0000 (09:12 -0700) | ||
committer | Ian Kelling <ian@iankelling.org> | |
Sat, 7 Jun 2014 16:16:37 +0000 (09:16 -0700) |
lnf | patch | blob | history | |
lnf-function | patch | blob | history |
index 5e3ed073a38728242439fd61536623c857223e2c..fa9b59937108e5b6514cd983d629c3d4f8bfc34b 100755 (executable)
--- a/lnf
+++ b/lnf
lnf() {
local help="lnf [--help] LN_ARGUMENTS...
-Create symlinks conveniently.
+Create symlinks conveniently and forcefully.
Remove existing file/links using trash-put or rm -rf if it is not available.
Create directory if needed. Finally, ln -s -- LN_ARGUMENTS"
if [[ $1 == --help ]]; then
diff --git a/lnf-function b/lnf-function
index 066159b9dde463ab59e36d7b3338921f05500455..04fe9242c35f80e8cb579e7d85a9e0fa14dae919 100644 (file)
--- a/lnf-function
+++ b/lnf-function
lnf() {
local help="lnf [--help] LN_ARGUMENTS...
-Create symlinks conveniently.
+Create symlinks conveniently and forcefully.
Remove existing file/links using trash-put or rm -rf if it is not available.
Create directory if needed. Finally, ln -s -- LN_ARGUMENTS"
if [[ $1 == --help ]]; then