Skip to content

Instantly share code, notes, and snippets.

@Chaircrusher
Chaircrusher / community-builds-from-source.sh
Last active April 27, 2025 18:31 — forked from jeremywen/community-builds-from-source.sh
This script pulls down the VCV Rack community repo, finds source urls, pulls down source repos, and builds plugins.
#!/bin/bash
#################################################################################################################################
# community-builds-from-source.sh
# by Jeremy Wentworth
#
# Modified by Kent Williams [email protected]
#
# This script pulls down the VCV Rack community repo, finds source urls, pulls down source repos, and builds plugins.
#