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
'use strict'; | |
var fs = require('fs'), | |
path = require('path'), | |
inquirer = require('inquirer'), | |
exec = require('child_process').exec, | |
spawn = require('child_process').spawn; | |
// puttySessionsPath is where my sessions are stored as files | |
var puttySessionsPath = process.env.google + 'Tools/Putty/sessions/', | |
puttySessions = fs.readdirSync(puttySessionsPath), |
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
### Keybase proof | |
I hereby claim: | |
* I am cumpsd on github. | |
* I am cumpsd (https://keybase.io/cumpsd) on keybase. | |
* I have a public key ASA_ex_C47p8bsmoTaHt5Kyxhf_YONmdG-O8wZtKGteM7Ao | |
To claim this, I am signing this object: |
NewerOlder