Skip to content

Instantly share code, notes, and snippets.

@takkumattsu
takkumattsu / xopen
Created November 26, 2013 22:41
Open Xcode from terminal
# xcode open command
alias xopen='open -a /Applications/Xcode.app'
@takkumattsu
takkumattsu / ssh_login.ttl
Last active December 18, 2015 20:29
TeraTerm Macro for ssh
; ========================================
; File : ssh_login.ttl
; Author : TakkuMattsu
; Description : ssh login
; ========================================
; User Edit
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
username = 'UserName'
hostname = 'HostName'