Viewing profile — tcler
tcler
HN member- Joined
- Wed, Mar 09, 2016, 6:54 PM UTC
- HN karma
- 5
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About tcler
No profile information was provided.
Recent public activity
-
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. )