4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
|
#!/bin/sh -e
|
||
|
# should be pretty much obsolete but just in case
|
||
|
[ -L /etc/mtab ] || ln -sf /proc/mounts /etc/mtab
|