Skip to content

Instantly share code, notes, and snippets.

View lambdabaa's full-sized avatar
🏠
Working from home

Gareth Ari Aye lambdabaa

🏠
Working from home
View GitHub Profile
marionette('testing b2g-desktop', { host: 'path/to/b2g-desktop', type: 'sync' }, function() {
var clientA = marionette.createClient({ /* profileOptions */ });
var clientB = marionette.createClient({ /* profileOptions */ });
test('test my thing', function() {
clientA.goUrl();
clientB.goUrl();
});
});
#!/bin/sh
SHORTCUT="[Desktop Entry]
Name=Sublime Text 2
Comment=Edit text files
Exec=/usr/local/sublime-text-2/sublime_text
Icon=/usr/local/sublime-text-2/Icon/128x128/sublime_text.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Utility;TextEditor;"