9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/bin/sh
|
|
. /static/fixes/0-env
|
|
sh -x /static/fixes/1-defaults
|
|
sh -x /static/fixes/1-machines2
|
|
sh -x /static/fixes/1-pushfolders
|
|
sh -x /static/fixes/3-fixlocalfolders
|
|
|
|
|