mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-28 17:51:35 +00:00
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
set -eu
|
|
|
|
"$@" '-' -o/dev/null </dev/null
|