...

Text file src/github.com/alecthomas/chroma/lexers/testdata/bashsession.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata

     1$ echo "Hello, world!"
     2Hello, world!
     3%	pwd
     4/User/foo
     5>  make -j build
     6%ls | wc -l
     75
     8[user@host]$ whoami
     9user
    10[user@host] # id
    11uid=1000(user) gid=1000(user) groups=1000(user)
    12[super user :D@super host :D] %if [ 1 -eq 1 ]; then uname; fi
    13Linux
    14[user@host]%echo $((1+1))
    152

View as plain text