4 lines
36 B
Bash
4 lines
36 B
Bash
|
#!/bin/sh
|
||
|
. /root/.bashrc
|
||
|
exec "$@"
|