2014-06-11 14:55:53 +00:00
|
|
|
# Function to copy files and directories (a.txt copy to a.txt.20140608_195859.bak)
|
|
|
|
# (c) Roman Inflianskas (rominf) <infroma@gmail.com>, 2014
|
|
|
|
|
|
|
|
function cpbak
|
2014-08-06 14:18:04 +00:00
|
|
|
__bak 'cp -a' $argv
|
2014-06-11 14:55:53 +00:00
|
|
|
end
|