kenken999's picture
test
1f074d8
raw
history blame
296 Bytes
#!/bin/bash
# Install dependencies
npm install google-apps-script
# Run the codebase
node -e "require('./Code').doPost({ parameter: { type: 'image', data: 'image_data' } }) &"
node -e "require('./Code').generateFlowDiagram() &"
node -e "require('./Code').generateSystemDocumentation() &"
wait