8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
|
|
|
|
mount -v proc /proc -n -t proc
|
|
mount -w -v -n -o remount /
|
|
mount -a
|