5 lines
29 B
Bash
5 lines
29 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
umount "$1/proc"
|
||
|
|