7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
|
|
source /etc/profile
|
|
source /lib/gentoo/functions.sh
|
|
exec "$@"
|