6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
mkdir -p $DESTDIR/opt/hello-world
|
|
cp $SRCDIR/hello-world $DESTDIR/opt/hello-world/
|