forked from kiss-community/repo
5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
cp -R etc "$1"
|
|
cp -R lib "$1"
|