7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -s `pwd`/bin/* ~/bin/.
|
|
ln -s ~/bin/notify_boot.sh ~/.
|
|
|
|
|