6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf ~/bin/power
|
||
|
|
||
|
ln -s $HOME/dotfiles/bin/power $HOME/bin/power
|