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
81af13a1ae
my-scripts
/
install-script
6 lines
67 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
Initial commit.
2021-08-31 06:25:02 +00:00
install -m 755 $1 $HOME/.local/bin
Reference in New Issue
Copy Permalink