2 changed files with 17 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
#!/bin/bash |
|||
# LinuxGSM command_skeleton.sh function |
|||
# Author: Daniel Gibbs |
|||
# Website: https://linuxgsm.com |
|||
# Description: Creates an copy of a game servers directorys. |
|||
|
|||
|
|||
fn_print_dots "" |
|||
check.sh |
|||
|
|||
# Find all directorys and create them in the skel directory |
|||
find ${rootdir} -type d -not \( -path ./skel -prune \) |
Loading…
Reference in new issue