Browse Source

fixed mclip

master
mort 9 years ago
parent
commit
2f357348ff
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/mclip

+ 1
- 1
bin/mclip View File

@@ -4,7 +4,7 @@ OS=$(uname)

content=$(cat -)

if [ "$OS" -eq "Darwin" ]; then
if [ "$OS" = "Darwin" ]; then
echo -n "$content" | pbcopy
else
echo -n "$content" | xsel -ib

Loading…
Cancel
Save