Lines Matching +full:group +full:- +full:index +full:- +full:shift
2 #-
4 # Copyright (c) 2012-2014 Devin Teske
36 f_include $BSDCFG_SHARE/usermgmt/group.subr
41 f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" ipgm &&
42 pgm="${ipgm:-$pgm}"
46 # Incorporate rc-file if it exists
47 [ -f "$HOME/.bsdconfigrc" ] && f_include "$HOME/.bsdconfigrc"
50 # Process command-line arguments
57 shift $(( $OPTIND - 1 ))
67 # Add a group
69 # NB: If given an argument on the command-line use it; otherwise fall-back to
70 # environment variable $group (handle $VAR_GROUP).