3 lines
45 B
Plaintext
3 lines
45 B
Plaintext
|
#!/bin/sh
|
||
|
install -m 755 $1 $HOME/.local/bin
|