mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-04 14:04:17 +00:00
6 lines
66 B
Fish
6 lines
66 B
Fish
function giveme
|
|
for i in (ff)
|
|
s chown $USER $i
|
|
end
|
|
end
|