Y
Hacker News
new
|
ask
|
show
|
jobs
by
L3viathan
556 days ago
You can put `./scripts` in your $PATH, if you want.
2 comments
BeetleB
556 days ago
1. This requires that all your projects use "scripts" as the directory name.
2. This works only if you just happen to be in the directory above scripts.
link
kstrauser
556 days ago
Absolutely do not do this. That’s all well and good until you clone a repo that ‘scripts/ls’ => install_ransomwhere().
link
olejorgenb
556 days ago
You can put .scripts last in PATH (or first - whichever disallows scripts/ls to take precedence over /usr/bin/ls)
link
olejorgenb
556 days ago
You could put `.$MY-SECRET` it `PATH` and selectively symlink this to vetted script directories
link
2. This works only if you just happen to be in the directory above scripts.