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