Files
GXDE/.github/workflows/run-command-in-chroot.sh

4 lines
99 B
Bash
Executable File

#!/bin/bash
bottlePath=./system-bottle
#gitPath=
sudo chroot $bottlePath bash -c "cd $gitPath ; $*"