diff options
Diffstat (limited to 'scripts/user-scripts/copier.sh')
-rwxr-xr-x | scripts/user-scripts/copier.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/user-scripts/copier.sh b/scripts/user-scripts/copier.sh index 391770c..a99b88b 100755 --- a/scripts/user-scripts/copier.sh +++ b/scripts/user-scripts/copier.sh @@ -1,5 +1,10 @@ #!/usr/bin/env sh +# Description: Copy selection to clipboard +# +# Shell: generic +# Author: Arun Prakash Jana + # Linux cat ~/.nnncp | xargs -0 | xsel -bi |