7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./settings.sh
|
|
|
|
# copy local non-free directory to the tftp server:
|
|
cp -av ./non-free ${TFTP}/
|