|
+ +# add is basically reconcile, but treat '.' as './...' +add = !\ + for arg in "$@"; do \ + if [[ $arg == "." ]]; then \
Marc Wensauer (on p4aliases, line 47) commented
9 years ago
Should it simply append '/...' if the argument is a directory (if [[ -d "$arg" ]])? |
Reply ·0 | |
|