1 line
71 B
Text
Executable file
1 line
71 B
Text
Executable file
find $1 -type d -print0 | xargs -0 tar cf dizinyapi.tar --no-recursion
|