9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
. driglibash-base
|
|
here="$(where)"
|
|
|
|
sudo -u bind bash -c "$here/run_bind.sh $@"
|