start new:
tmux
start new with session name:
tmux new -s myname
| // | |
| // CRUD API for RESTful services with URLs similar 'http://services.mysite.com/classes/Book'. | |
| // | |
| // e.g. parse.get( | |
| // "Book", | |
| // 123, | |
| // function(response){ console.log(response.toString());} | |
| // ); | |
| // | |
| services.factory('parse', function($rootScope, $http) { |
As configured in my dotfiles.
start new:
tmux
start new with session name: