mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-01 21:02:18 +08:00
7 lines
179 B
Fish
7 lines
179 B
Fish
# 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
|
|
__bak cp $argv
|
|
end
|