mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
add license, move folders
This commit is contained in:
parent
185cc74060
commit
271c4a46a1
132 changed files with 21 additions and 0 deletions
16
sandbox/kinda-safe-godot/create_sandbox_env.sh
Normal file
16
sandbox/kinda-safe-godot/create_sandbox_env.sh
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
sandbox_env_dir=../sandbox
|
||||
sandbox_env_zip=$sandbox_env_dir/sandbox_env.zip
|
||||
|
||||
symlinks_dir=fakechroot_enviroment/root
|
||||
symlinks_zip=$symlinks_dir/symlinks.zip
|
||||
|
||||
files_to_zip="fakechroot_enviroment run_game.sh list_child_processes.sh"
|
||||
|
||||
rm -f $sandbox_env_zip
|
||||
mkdir $sandbox_env_dir
|
||||
|
||||
unzip -o $symlinks_zip -d $symlinks_dir
|
||||
|
||||
zip -ry $sandbox_env_zip $files_to_zip -x $symlinks_zip
|
Loading…
Add table
Add a link
Reference in a new issue