4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
# this wrapper just exists so that we can put a polkit .policy around it
|
|
exec sh "$@"
|