Quick actions

cmd+k|ctrl+k

Navigation

Languages

%?RESOURCES -- Updated

Snippet info

Language

Raku

Visibility

public

Author

xliff

Created

2019-10-29T20:32:44Z

Updated

2019-10-29T20:32:59Z

  # From META6.json
    "resources": [
      "lib/linux/libtree-helper.so",
      "lib/windows/treehelper.dll",
    ],
    
 # find resources -ls
 #27525366      4 drwxrwxr-x   3 cbwood   cbwood       4096 Oct 29 15:28 resources
 #27539544      4 drwxrwxr-x   4 cbwood   cbwood       4096 Oct 29 15:48 resources/lib
 #27539561      4 drwxrwxr-x   2 cbwood   cbwood       4096 Oct 29 16:02 resources/lib/linux
 #26744157     16 -rwxrwxr-x   1 cbwood   cbwood      15536 Oct 29 16:02 resources/lib/linux/libtree-helper.so
 #27539562      4 drwxrwxr-x   2 cbwood   cbwood       4096 Oct 29 15:48 resources/lib/windows
 #27532056      4 -rw-rw-r--   1 cbwood   cbwood       1306 May 20 14:33 resources/Calendar-icon.png
 
# perl6 -Ilib -e '%?RESOURCES<lib/linux/libtree-helper.so>.slurp.chars.say'
Use of Nil in string context
  in block <unit> at -e line 1
0
INFO