mirror of
https://github.com/willianjusten/awesome-audio-visualization.git
synced 2026-01-06 20:23:53 -05:00
5 lines
373 B
Bash
Executable File
5 lines
373 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e # halt script on error
|
|
|
|
bundle exec awesome_bot Readme.md --allow-redirect --allow-ssl --set-timeout 10 --white-list soniaboller.github.io,processing,http://codecall.net/,https://github.com/sindresorhus/awesome,https://www.processing.org,https://tympanus.net/Development/MusicalInteractions,https://www.uberviz.io,https://airtightinteractive.com
|