This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install | |
npm http GET http://registry.npmjs.org/grunt-contrib-concat | |
npm http GET http://registry.npmjs.org/grunt-contrib-clean | |
npm http GET http://registry.npmjs.org/grunt-contrib-copy | |
npm http GET http://registry.npmjs.org/grunt | |
npm http GET http://registry.npmjs.org/grunt-contrib-cssmin | |
npm http GET http://registry.npmjs.org/grunt-contrib-watch | |
npm http GET http://registry.npmjs.org/grunt-filerev | |
npm http GET http://registry.npmjs.org/grunt-contrib-htmlmin | |
npm http GET http://registry.npmjs.org/grunt-filerev-replace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
g=gphoto2 | |
function cap(){ | |
$g --capture-image-and-download | |
} | |
function config() | |
{ |
NewerOlder