mirror of
https://github.com/neovide/neovide.git
synced 2026-09-10 07:16:25 -04:00
4 lines
131 B
Bash
Executable file
4 lines
131 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
podman run --rm --volume .:/mnt --workdir /mnt --tty --interactive --env "LDAI_*" ubuntu-builder-neovide "$@"
|