]> git.ipfire.org Git - thirdparty/util-linux.git/blob - login-utils/runuser.c
runuser: new command (derived from su(1))
[thirdparty/util-linux.git] / login-utils / runuser.c
1
2 #include "su-common.h"
3
4 int main(int argv, char **argc)
5 {
6 return su_main(argv, argc, RUNUSER_MODE);
7 }