mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
hello world package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user