http://tehbemfqolualhxwkyimu3bdob5s4hkrfuwbwxzbblncjy2j2owgolqd.onion/documentation.html
Search functions can then be
used with backticks with the following syntax: @ `test` The following example shows the form of these functions: ~ $ def foo(s): ... return [i for i in os.listdir('.') if i.startswith(s)] ~ $ @foo`aa`
['aa', 'aaa', 'aab', 'aabb'] 21) Commands and Scripts When started with the -c flag and a command, tako will execute that command and exit, instead of entering the command loop (note that the -s flag can be used to suppress the welcome message). bash $ tako -s -c "echo...