This website requires JavaScript.
Explore
Help
Sign In
kindrobot
/
our
Watch
1
Star
0
Fork
You've already forked our
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3ffba8f981
our
/
cmds
/
ls
5 lines
93 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
DIR
=
$(
dirname --
$0
)
find
$DIR
/* -maxdepth
1
-perm -111 -type f -printf
"%f "
echo
Reference in New Issue
View Git Blame
Copy Permalink