Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:Staging:adi:85
fudo
fudo.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fudo.sh of Package fudo
fudo() { [ "$#" -gt 0 -a "${1:0:1}" != '-' ] || { echo "Usage: ${FUNCNAME[0]} COMMAND [ARGS...]"; return 1; } set -- "$(type -P "$1")" "${@:2}" [ -n "$1" ] || { echo "invalid command" >&2; return 1; } machinectl shell -q .host "$@" } # take over sudo if the real one is not installed type -P sudo >/dev/null || alias sudo=fudo
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