Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
BASH
28
opkginstall
Guest on 29th April 2022 03:07:44 PM
#!/bin/bash
for
PKG
in
"$@"
;
do
echo
"
$PKG
"
>>
opkginstall.lst
done
opkg
install
$
(
<
opkginstall.lst
)
.
/
opkginstalllocalecs
Raw Paste
#!/bin/bash for PKG in "$@" ; do echo "$PKG" >>opkginstall.lst done opkg install $(
Login
or
Register
to edit or fork this paste. It's free.