···11+def "dys version" [] {
22+ let time = sys | get build_time
33+ print $"dysnomia.v099.t($time)"
44+}
+16
embedded/.dys/routine/welcome.nu
···11+def "dys welcome" [] {
22+ print '
33+ welcome anonymous !
44+55+66+ you are interfacing with dysnomia.v099
77+ using the nu shell.
88+99+1010+ a few commands you can try:
1111+1212+ "hello, user!" | save message.txt
1313+ fetch at://ptr.pet
1414+ ls --help
1515+ '
1616+}
+5
embedded/.dys/startup.nu
···11+$env.LOGIN_TIME = date now | format date "%s"
22+33+eval file routine/*.nu
44+55+eval "dys welcome"