diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-23 02:47:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-23 02:47:35 +0700 |
commit | 31938001a00a9bc76e42e1af02875f68aeb414e6 (patch) | |
tree | 7ef519a068aa9e2191721791b22ba52e6d8a9028 /system/advcopy/advcopy.sh | |
parent | 560194f80ef2a6437f26dbd0fda11cd6c1ebd364 (diff) |
system/advcopy: Added (mod for the GNU cp and GNU mv tools).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/advcopy/advcopy.sh')
-rw-r--r-- | system/advcopy/advcopy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/advcopy/advcopy.sh b/system/advcopy/advcopy.sh new file mode 100644 index 0000000000000..a5b323ae8020f --- /dev/null +++ b/system/advcopy/advcopy.sh @@ -0,0 +1,2 @@ +alias vcp='vcp -g' +alias vmv='vmv -g' |