Merge branch 'master' of git+ssh://repo.or.cz/srv/git/mwamko
[mwamko.git] / last_pid
blob9176fbe41d68c4f634fcaf83c6a715275a94f64a
1 #!/bin/sh
2 ls /tmp/ | tail -1 | awk '// {print $1; system("cat /tmp/" $1)}'