mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 19:05:50 -04:00
5 lines
119 B
Bash
Executable file
5 lines
119 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mount -o bind /home/ryan/perl5 jail/perl5
|
|
mount -o bind /lib jail/lib
|
|
mount -o bind /usr/lib jail/usr/lib
|