kenken999's picture
test
275b9f3
raw
history blame
167 Bytes
#!/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