Files
Tooloop-Packages/hello-world/package/assets/presentation/start-presentation.sh
T

9 lines
146 B
Bash
Raw Normal View History

2022-05-12 18:14:25 +02:00
#!/bin/bash
# here comes everything, you want Tooloop to run
# don't forget to put an "&" at the end of each line, e.g. xeyes &
xeyes &
exit 0