7 lines
183 B
Bash
7 lines
183 B
Bash
#!/bin/bash
|
|
|
|
TWXA_GIT_LOC='~/downloads/torrentwatch-xa'
|
|
TWXA_CONFIG_LOC='/var/lib/torrentwatch-xa'
|
|
TWXA_HTML_LOC='/var/www/torrentwatch-xa'
|
|
TWXA_BACKUP_LOC='~/backup/torrentwatch-xa'
|