This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

1#!/bin/sh 2 3mkdir -p /dev /proc /sys 4mount -t proc proc /proc 5mount -t sysfs sysfs /sys 6mount -t devtmpfs devtmpfs /dev 7 8exec /bin/sh