Ubuntu Pastebin

Paste from black at Fri, 25 Sep 2015 19:30:57 +0000

Download as text
1
2
3
4
5
6
7
8
9
#!/bin/sh
export EGL_PLATFORM=mir
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/click.ubuntu.com/hexpuzzle/current/lib/arm-linux-gnueabihf/
/usr/bin/gdb -batch \
                  -ex "handle SIGSTOP noprint pass" \
                  -ex "run" \
                  -ex "thread apply all bt full" \
                  -ex "quit" \
                  --args /opt/click.ubuntu.com/hexpuzzle/current/bin/hexpuzzle $ARGS
Download as text