mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-02 22:13:47 +08:00
7 lines
196 B
Fish
7 lines
196 B
Fish
# Function to copy files and directories (a.txt.20140608_195859.bak copy to a.txt)
|
|
# (c) Roman Inflianskas (rominf) <infroma@gmail.com>, 2014
|
|
|
|
function uncpbak
|
|
__unbak uncpbak 'cp -a' $argv
|
|
end
|