6 lines
118 B
Bash
Executable file
6 lines
118 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
BLEND_COMMAND="sudo apt-get $@" blend enter ubuntu-22.10 --distro ubuntu-22.10
|
|
ret=$?
|
|
|
|
exit $ret
|