Merge branch 'master' into types_explorer
This commit is contained in:
commit
53b51b0ead
2 changed files with 7 additions and 9 deletions
|
|
@ -33,11 +33,11 @@ fi
|
|||
|
||||
case "$type" in
|
||||
directory)
|
||||
echo mkdir \"$path\"
|
||||
echo mkdir \"$destination\"
|
||||
;;
|
||||
|
||||
file)
|
||||
echo touch \"$path\"
|
||||
echo touch \"$destination\"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
@ -48,5 +48,5 @@ esac
|
|||
|
||||
if [ -f mode ]; then
|
||||
mode="$(cat mode)"
|
||||
echo chmod \"$mode\" \"$path\"
|
||||
echo chmod \"$mode\" \"$destination\"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue