mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-14 14:20:11 -07:00
3 lines
55 B
Bash
Executable file
3 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
|
|
lb build noauto "$@" 2>&1 | tee logfile.log
|