mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
6 lines
120 B
Bash
6 lines
120 B
Bash
#!/bin/bash
|
|
|
|
/assets/addons/processing-3.4.0/processing-java --sketch=/assets/presentation/Flocking --present &
|
|
|
|
exit 0
|