5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
cp -r --preserve=links /usr/local/libexec/git-core $WORK_DIR/AppDir/usr/bin/
|
|
|
|
|