mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-14 14:20:11 -07:00
10 lines
258 B
Text
10 lines
258 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# Note that any setup should come before the sessreg command as
|
||
|
# that must be 'exec'ed for the pid to be correct (sessreg uses the parent
|
||
|
# pid)
|
||
|
#
|
||
|
# Note that output goes into the .xsession-errors file for easy debugging
|
||
|
#
|
||
|
PATH="/usr/bin:$PATH"
|