aws cli scripts written in bash & fish
jhec2: small granularity operations. i.e. dev on one server -> start/stop/describe/mount/unmount
others: bash written in a tedious way, subject to be completely rewritten in near future
git clone https://github.com/realzhujunhao/jhremote.git
cd jhremote
echo "export PATH=\$PATH:$(pwd)/remote" >> ~/.bashrc
echo "export PATH=\$PATH:$(pwd)/tmux" >> ~/.bashrc
echo "export PATH=\$PATH:$(pwd)/util" >> ~/.bashrc
source ~/.bashrc
echo "set -gx PATH $(pwd)/remote \$PATH" >> ~/.config/fish/config.fish
echo "set -gx PATH $(pwd)/tmux \$PATH" >> ~/.config/fish/config.fish
echo "set -gx PATH $(pwd)/util \$PATH" >> ~/.config/fish/config.fish
source ~/.config/fish/config.fish
- aws cli
- tmux
Name is all you need : )