Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Handy things to use slog2 better on BB10
- mkdir ~/bin
- cat > ~/bin/slog
- slog2info -w | sed -re '/default 0 /d;s/^.{7}(\S+) ([^.]+\.[^.]+\.[^.]+)\.\S+\s+(\S+)\s+(.*)/\1 \2 \3 \4/'
- chmod +x ~/bin/slog
- cat > ~/.profile
- export PATH=$PATH:~/bin
Advertisement
Add Comment
Please, Sign In to add comment