mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +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
|
|
|