/usr/share/slsh/autoload.sl is in slsh 2.3.0-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | autoload ("require", "require");
autoload ("provide", "require");
autoload ("reverse", "arrayfuns");
autoload ("shift", "arrayfuns");
autoload ("rearrange", "arrayfuns");
autoload ("struct_filter", "structfuns");
autoload ("struct_combine", "structfuns");
autoload ("struct_field_exists", "structfuns");
autoload ("readascii", "readascii");
autoload ("glob", "glob");
autoload ("sldb", "sldb");
autoload ("print", "print");
autoload ("list_sort", "listfuns");
|