This website requires JavaScript.
Explore
Help
Sign In
nortega
/
my-scripts
Watch
1
Star
0
Fork
0
You've already forked my-scripts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0f439be1f9
my-scripts
/
install-script
6 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add bash strict options.
2024-12-31 10:03:56 +00:00
#!/bin/bash
set -euo pipefail
Add double-quotes to avoid string splitting.
2024-12-31 10:09:36 +00:00
install -m 755 "$1" "$HOME/.local/bin"
Reference in New Issue
Copy Permalink