source: other-projects/FileTransfer-WebSocketPair/Themes/themebuilder/bin/phantomjs-1.9.2-macosx/examples/arguments.js@ 31525

Last change on this file since 31525 was 31525, checked in by ak19, 7 years ago

Nathan provided more stuff: Themes folder contains Sencha's Themebuilder which generates GXT Themes. It includes the .theme and generated .jar files for the project theme.

File size: 253 bytes
Line 
1var system = require('system');
2if (system.args.length === 1) {
3 console.log('Try to pass some args when invoking this script!');
4} else {
5 system.args.forEach(function (arg, i) {
6 console.log(i + ': ' + arg);
7 });
8}
9phantom.exit();
Note: See TracBrowser for help on using the repository browser.