4 lines
27 B
Bash
4 lines
27 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
exec "$@"
|