Live data from Hacker News

Viewing profile — tcler

tcler

HN member
Joined
Wed, Mar 09, 2016, 6:54 PM UTC
HN karma
5
Public activity
1 items

About tcler

No profile information was provided.

Recent public activity

  1. comment
    Comment #11255010

    You can simplify it by starting your program like this: #!/bin/sh # \ exec wish "$0" ${1+"$@"} ( You wouldn't need the cat pipe. )