Nemesis Commands
Posted: 30 Sep 2021, 02:00
Where can I get a modules with all Nemesis commands at?
Code: Select all
##as root
mkdir /tmp/commands
cp -a --parents /usr/local/{bin,sbin} /tmp/commands
dir2xzm /tmp/commands /tmp/nemesis-commands.xzm
Thank you for the info.ncmprhnsbl wrote: ↑30 Sep 2021, 03:52nemesis commands are all located in /usr/local/bin and /usr/local/sbin (some in 001-core and some in 002-gui)
if you want them all in a module:Code: Select all
##as root mkdir /tmp/commands cp -a --parents /usr/local/{bin,sbin} /tmp/commands dir2xzm /tmp/commands /tmp/nemesis-commands.xzm