sshin/setup.sh

8 lines
427 B
Bash
Raw Normal View History

2021-11-03 13:36:19 +01:00
#!/bin/bash
[[ $(uname) = "Linux" ]] || grep "sshin" ~/.bashrc >/dev/null || echo "alias sshin=\"~/sshin/sshin\"" >> ~/.bashrc; echo "run \"source ~/.bashrc\"";exit
2021-11-03 13:36:19 +01:00
PREFIX=~/.local/
mkdir $PREFIX/share/sshin
[[ -e $PREFIX/share/sshin/port_association ]] || cp port_association $PREFIX/share/sshin/
cp sshin $PREFIX/bin/ || echo "Error in copying executable to $PREFIX/bin" && echo "if on linux, run: sudo cp sshin /usr/bin/"