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