2 lines
22 B
Bash
Executable file
2 lines
22 B
Bash
Executable file
#!/bin/bash
|
|
exec "$@"
|
#!/bin/bash
|
|
exec "$@"
|