Skip to content

Instantly share code, notes, and snippets.

View samtstern's full-sized avatar
💭
🔥 Firebase-ing all over the GitHubs

Sam Stern samtstern

💭
🔥 Firebase-ing all over the GitHubs
  • Google
View GitHub Profile
@simov
simov / README.md
Last active March 28, 2024 03:26
Run `node` scripts using `nvm` and `crontab` without hardcoding the node version

Run node scripts using nvm and crontab without hardcoding the node version

cronjob.env.sh

#!/bin/bash

# NVM needs the ability to modify your current shell session's env vars,
# which is why it's a sourced function