Spaces:
Running
on
Zero
Running
on
Zero
File size: 167 Bytes
275b9f3 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
# Install dependencies
clasp login --no-localhost
clasp settings --scriptId YOUR_SCRIPT_ID --rootDir src
# Run the code
clasp push
clasp run src/main.gs
|