5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
|
#!/bin/bash
|
||
|
DIR=$(dirname "$0")
|
||
|
source $DIR/exec down
|
||
|
source $DIR/exec up -d
|