Created
November 18, 2016 13:05
-
-
Save feloy/3530b0402a82ee0d3c0b1c0bc28f79e6 to your computer and use it in GitHub Desktop.
Random patronym given 3 files: last names, feminine first names, masculine first names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
echo $(cat feminine_firsts.txt masculine_firsts.txt | shuf -n 1)" "$(shuf -n 1 lasts.txt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment