9 lines
188 B
Bash
Executable File
9 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
. /zz/zShared/fixes/0-env
|
|
sh -x /zz/zShared/fixes/1-defaults
|
|
sh -x /zz/zShared/fixes/1-machines
|
|
sh -x /zz/zShared/fixes/1-pushfolders
|
|
sh -x /zz/zShared/fixes/3-fixlocalfolders
|
|
|
|
|