dotfiles/.config/fish/functions/giveme.fish

7 lines
120 B
Fish
Raw Normal View History

2018-11-15 01:01:37 +00:00
# Defined in /tmp/fish.e5MYKq/giveme.fish @ line 2
function giveme
for i in (ff)
s chown glados $i
end
end