mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-12 20:27:27 +08:00
10 lines
128 B
Bash
10 lines
128 B
Bash
#!/bin/bash
|
|
|
|
# environment
|
|
. ../../../etc/environment.conf
|
|
|
|
FILE_TO_SOURCE="./.registrazione"
|
|
|
|
# load common function
|
|
. ./.base
|