7 lines
230 B
Bash
7 lines
230 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
REPOS_ENABLED_DIR="$HOME/bin/dailybuilder/repos-enabled/"
|
||
|
LAST_PULL_DIR="$HOME/bin/dailybuilder/var/last-pull/"
|
||
|
REPOS_DIR="$HOME/bin/dailybuilder/var/repos/"
|
||
|
OUTPUT_DIR="/raid/www/html-pubblici/pubblici/dailybuilds/"
|