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