6 lines
186 B
Bash
6 lines
186 B
Bash
#!/usr/bin/env bash
|
|
|
|
# It isn't enough to modify this yet.
|
|
# You also need to manually update the nose-pluto.service file.
|
|
HOST="${HOST:-chris@nose-pluto.local}"
|
|
DEST="${DEST:-~/pluto}" |