7 lines
56 B
Bash
7 lines
56 B
Bash
#!/bin/sh
|
|
|
|
env >> /etc/environment
|
|
|
|
echo "$@"
|
|
exec "$@"
|