9 lines
75 B
Bash
Executable File
9 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
|
|
ln \
|
|
-s \
|
|
/proc/self/mounts \
|
|
/etc/mtab
|