Delete plugin. Because moved to another.

This commit is contained in:
Jeff Lance 2018-07-05 11:57:44 +02:00
parent 5a580a948d
commit bf834c7e3b

View File

@ -1,6 +0,0 @@
function back {
ext=".ori"
ori_name="$1"
new_name=${ori_name}.${ext}
cp -a ${ori_nam} ${new_name}
}