Skip to content

Instantly share code, notes, and snippets.

View ChrisCates's full-sized avatar

Chris Cates ChrisCates

View GitHub Profile
@ChrisCates
ChrisCates / authBooks
Created May 12, 2017 16:12 — forked from dallas-x/authBooks
for chris
var express = require('express');
var authRouter = express.Router();
var ejs = require('ejs');
const fs = require('fs');
const execFile = require('child_process').execFile;
function qa_tools(){
console.log('running...')
const child = execFile('qa-pat-links',
['-P', 'http://www.apple.com/iphone/'],