mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
5 lines
82 B
Text
5 lines
82 B
Text
|
#! /bin/sh
|
||
|
|
||
|
[ -f motd ] && cat motd
|
||
|
exec chroot /mnt/pwnables-root login -f alice
|