|
@@ -2,4 +2,9 @@
|
|
|
;; Anyway, you may find help at https://s.oclaunch.eu.org/rc
|
|
|
|
|
|
|
|
|
-((entries ()) (common_tags ()) (settings ()))
|
|
|
+((entries
|
|
|
+ (((command "ydump dev.json") (tags ())) ((command task) (tags ()))
|
|
|
+ ((command "du -sh ./_build/src/oclaunch.native") (tags ()))
|
|
|
+ ((command "free -h") (tags ())) ((command "echo \"Finish\"") (tags ()))
|
|
|
+ ((command "bdump -w daemon,rc,commands /tmp/v033") (tags ()))))
|
|
|
+ (common_tags ()) (settings ()))
|