scripts/fish/gender-swap

8 lines
135 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env fish
2020-08-04 23:16:03 -07:00
function gender-swap -d 'Swaps gender' -a pro pre ali
"$_agw_dir_rc"/text/gender-swap $pro $pre $ali
end
## EOF