mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 21:11:06 -07:00
4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#! /bin/sh
|
|
|
|
[ -f motd ] && cat motd
|
|
exec chroot /mnt/pwnables-root login -f alice
|