This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
bpb-kit
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
683
Commits
6
Branches
6.8 MiB
Branch:
master
main
master
escalation
externality
exuberance
inertia_intel_nuc
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
bpb-kit
/
home
/
bin
/
dump-path
3 lines
35 B
Raw
Permalink
Normal View
History
bin/dump_path: drop the current $PATH into the clipboard via xclip Useful for figuring out what $PATH things run in the window manager environment but not from within a shell can see.
6 years ago
#!/bin/sh
echo -n "$PATH" | xclip