This website requires JavaScript.
Explore
Help
Sign In
bob
/
westdc-zf1
Watch
1
Star
0
Fork
You've already forked westdc-zf1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
cf085c487b
westdc-zf1
/
tools
/
dir_output.sh
8 lines
74 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
test
-d
"
$1
"
then
echo
"directory"
else
echo
"file"
fi
Reference in New Issue
View Git Blame
Copy Permalink