7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
#!/bin/bash
|
||
|
set -eu
|
||
|
|
||
|
# For Debian map-services is currently a noop
|
||
|
# We pass through the service name directly
|
||
|
echo "$@"
|