10 lines
231 B
Bash
Executable File
10 lines
231 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-remove-machines
|
|
sh -x /zz/zShared/fixes/1-pushfolders
|
|
sh -x /zz/zShared/fixes/3-fixlocalfolders
|
|
|
|
|