6 lines
34 B
Bash
6 lines
34 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
fpm $@
|
#!/usr/bin/env sh
|
|
|
|
set -e
|
|
|
|
fpm $@
|