7 lines
53 B
Bash
7 lines
53 B
Bash
#!/bin/sh
|
|
|
|
. ./lib/globals.sh
|
|
|
|
unlock_remote_server
|
|
|
#!/bin/sh
|
|
|
|
. ./lib/globals.sh
|
|
|
|
unlock_remote_server
|
|
|