Skip to content

Instantly share code, notes, and snippets.

@kapb14
Last active March 15, 2016 17:29
Show Gist options
  • Select an option

  • Save kapb14/ed4b68816380d15fe251 to your computer and use it in GitHub Desktop.

Select an option

Save kapb14/ed4b68816380d15fe251 to your computer and use it in GitHub Desktop.
запуск скрипта внутри babun-shell из ярлыка Windows
# Запуск '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