10 lines
132 B
Plaintext
10 lines
132 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Copy this file as variables.conf, with the correct values
|
||
|
|
||
|
remote_repository=""
|
||
|
ssh_key=""
|
||
|
ssh_options=""
|
||
|
|
||
|
exlist=""
|