Live data from Hacker News

Viewing profile — killeik

killeik

HN member
Joined
Thu, Sep 05, 2024, 2:58 AM UTC
HN karma
1
Public activity
1 items

About killeik

No profile information was provided.

Recent public activity

  1. comment
    Comment #41732306

    I'm sure this should not be done as a separate package, but as a simple function in .bashrc/.zshrc lscat(){ if [ -d $1 ]; then ls $1 elif [ -f $1 ]; then cat $1 else echo "$1 is no…