begin to create first type: file

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.0
Nico Schottelius 14 years ago
parent f122acd742
commit b81b19d126
  1. 0
      lib/types/file/mandority_parameters/path
  2. 0
      lib/types/file/mandority_parameters/type
  3. 13
      lib/types/file/manifest
  4. 0
      lib/types/file/optional_parameters/mode

@ -0,0 +1,13 @@
#!/bin/sh
case "$__arg_type" in
directory)
if [ "$__arg_mode" ]; then
echo mkdir -m \"$__arg_mode\" \"$__arg_path\"
else
echo mkdir \"$__arg_path\"
fi
;;
esac
Loading…
Cancel
Save