This website requires JavaScript.
Explore
Help
Register
Sign In
phantop
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/Phantop/dotfiles
synced
2024-11-08 16:04:37 +00:00
Code
Issues
Releases
Wiki
Activity
0846dad3d5
dotfiles
/
.local
/
bin
/
clip
3 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bin: use sh where possible
2020-10-13 20:14:57 +00:00
#!/bin/sh
[ $# -eq 0 ] && cat - | xclip -i -sel clip || echo $@ | xclip -i -sel clip
Reference in a new issue
Copy permalink