mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash -x
|
|
|
|
d=`dirname "$0"`
|
|
cd "$d"
|
|
tar c --owner root --group root -vzf patch.tgz root etc
|
|
|