dlaurent42/42sh

[feature] execute file without ./

Closed this issue · 2 comments

[feature] execute file without ./

@dlaurent42 Do you mean:

$> ls
some_binary
$> ./some_binary
executing some_binary
$> some_binary
executing some_binary

Done need to norm.