3 lines
20 B
Bash
Executable File
3 lines
20 B
Bash
Executable File
#!/bin/sh
|
|
exec "$@"
|
#!/bin/sh
|
|
exec "$@"
|