3 lines
40 B
Bash
3 lines
40 B
Bash
#!/usr/bin/env bash
|
|
cp $pkg.deb /output
|
#!/usr/bin/env bash
|
|
cp $pkg.deb /output
|