Browse Source

Use import subcommand to create an scm rc file

Leo 8 years ago
parent
commit
91e648b9c3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      dev.scm

+ 6 - 1
dev.scm

@@ -2,4 +2,9 @@
 ;; Anyway, you may find help at https://s.oclaunch.eu.org/rc
 ;; 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 ()))