mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 21:11:38 +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
|