mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-22 23:17:26 -04:00
5 lines
183 B
Bash
5 lines
183 B
Bash
#!/bin/bash
|
|
|
|
cd $1
|
|
sh ./fakechroot_enviroment/fakechroot.sh chroot ./fakechroot_enviroment/root /bin/sh /GATES-FILES/launch.sh ${@:2}
|
|
rm ./fakechroot_enviroment/root/GATES-FILES/game
|