Last active
March 15, 2016 17:29
-
-
Save kapb14/ed4b68816380d15fe251 to your computer and use it in GitHub Desktop.
запуск скрипта внутри babun-shell из ярлыка Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Запуск 'tmux' с ярлыка Windows | |
| %userprofile%\.babun\cygwin\bin\mintty.exe -e '/cygdrive/c/babun/.babun/cygwin/bin/tmux.exe' | |
| # Запуск 'ssh' и подключение к удаленному серверу с ярлыка Windows | |
| %userprofile%\.babun\cygwin\bin\mintty.exe -e '%userprofile%\.babun\cygwin\bin\ssh.exe' jump.adv.ru | |
| # C:\babun\.babun\cygwin\bin\mintty.exe /bin/zsh -l -e '/cygdrive/c/babun/.babun/cygwin/home/user/bin/dev-tmux.sh' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment