Skip to content

Instantly share code, notes, and snippets.

@sankitch
Created October 29, 2012 05:49
Show Gist options
  • Save sankitch/3971812 to your computer and use it in GitHub Desktop.
Save sankitch/3971812 to your computer and use it in GitHub Desktop.
sshのログインと同時にscreenを起動
#!/bin/sh
screen -t $1 ssh $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment