You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import pathlib as p, random, sys as s; print(random.choice(s.argv[1:] if s.argv[1:] else [x.strip() for x in open(p.Path("~/.lunchrc").expanduser())] if p.Path("~/.lunchrc").expanduser().exists() else [f"Usage: {s.argv[0]} [option1, option2, ...]\nor add entries one-per-line to {p.Path('~/.lunchrc').expanduser()}"]))