Details | Last modification | View Log | RSS feed
#!/bin/bash
MY_PWD="$(pwd)"
cd /
sudo tar xzf qtlinks.tar.gz
/usr/bin/opera
cd "${MY_PWD}"