mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 07:16:37 +08:00
4 lines
99 B
Bash
Executable File
4 lines
99 B
Bash
Executable File
#!/bin/bash
|
|
bottlePath=./system-bottle
|
|
#gitPath=
|
|
sudo chroot $bottlePath bash -c "cd $gitPath ; $*" |