6 lines
34 B
Bash
6 lines
34 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd instance
|
||
|
exec $@
|
||
|
|