11 lines
111 B
Bash
Executable File
11 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
###################
|
|
### Copy scripts
|
|
|
|
echo
|
|
echo " => Scripts"
|
|
echo
|
|
|
|
cp scripts/* /usr/local/sbin
|