mirror of
https://github.com/willianjusten/awesome-audio-visualization.git
synced 2026-01-10 05:57:56 -05:00
5 lines
254 B
Bash
5 lines
254 B
Bash
#!/usr/bin/env bash
|
|
set -e # halt script on error
|
|
|
|
bundle exec awesome_bot Readme.md --allow-redirect --set-timeout 10 --white-list https://github.com/sindresorhus/awesome, https://www.processing.org, https://tympanus.net/Development/MusicalInteractions
|