7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/durapps/transhell/transhell.sh
|
|
load_transhell
|
|
|
|
echo "${TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO} "
|
|
oyo $@
|