Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
mxtools
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
15
Pull requests
4
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
6795406
applications-defaults
blink
checktrust
clusterd
crashkernel
cronwrap
desktop-files
etc
fon
forensics
hostconfig
kill-exuser
kvm_monitor
libexec_cron
libexec_startup
logrotate
make-automaps
mkmotd
mozilla-launcher
mxgrub
mxmirror
mxmount
mxnetctl
mxproxmox
mxqi
mxraid
mxrouter
mxshadow
mxsnoop
mxstartup
mxvlan
net_qdisc_nfs_low
netlog
nfsdtop
nvidiactl
pdist
pkgadmin
pmirror
prun
pman
pman.md
prun
prun.md
ptype
ptype.md
put_websafe
serial-log
slowio
unbound
usrlocalpkg
uvpn
vmcontrol
wakeonlan
.gitignore
Makefile
README.md
install.sh
Breadcrumbs
mxtools
/
prun
/
prun
Blame
Blame
Latest commit
History
History
executable file
·
14 lines (14 loc) · 243 Bytes
Breadcrumbs
mxtools
/
prun
/
prun
Top
File metadata and controls
Code
Blame
executable file
·
14 lines (14 loc) · 243 Bytes
Raw
#! /bin/bash -e if [ $# -lt 2 ]; then echo "usage: prun package command ..." >&2 exit 1 fi arg1=$1; shift set -- $arg1 "$@" pkg=$1; shift; if [[ "$pkg" == */* ]]; then . $pkg else . /usr/local/package/lib/$pkg.profile fi exec "$@"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
You can’t perform that action at this time.