logoalt Hacker News

kh_hktoday at 12:28 PM0 repliesview on HN

You can also inline python inside shell scripts, does that make them equal sets? :)

    life() {
      python3 << EOF
    print(42)
    EOF
    }