Skip to content

Instantly share code, notes, and snippets.

@antdking
Last active October 12, 2017 09:34
Show Gist options
  • Save antdking/c3d3ec1dac0a9e763095436ed32ea2e7 to your computer and use it in GitHub Desktop.
Save antdking/c3d3ec1dac0a9e763095436ed32ea2e7 to your computer and use it in GitHub Desktop.
while :; do
options="e"
for option in a l F; do
options="$options$(python -c "import random; print(random.choice(('','$option')))")"
done
sl -"$options"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment