11 lines
81 B
Bash
Executable File
11 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# set -x
|
|
|
|
. admin/common.sh
|
|
WANTZIP=1
|
|
|
|
# Git Export
|
|
export_sources
|
|
|