3 lines
69 B
Bash
3 lines
69 B
Bash
#!/bin/sh
|
|
update-binfmts --enable
|
|
exec chpst -b binfmt-support pause
|
#!/bin/sh
|
|
update-binfmts --enable
|
|
exec chpst -b binfmt-support pause
|