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