Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
iwscanner
iwscanner.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File iwscanner.sh of Package iwscanner
#!/bin/sh #Simple script to start iwscanner KDESU=/usr/bin/kdesu GNOMESU=/usr/bin/gnomesu XDGSU=/usr/bin/xdg-su if [ -e "$KDESU" ] then $KDESU -c /usr/share/iwscanner/iwscanner.py elif [ -e "$GNOMESU" ] then $GNOMESU -c /usr/share/iwscanner/iwscanner.py elif [ -e "$XDGSU" ] then $XDGSU -c /usr/share/iwscanner/iwscanner.py else echo "Unable to find suitable su application, please install xdg-utils" fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor