5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker build --tag bm-create-enc-payload .
|
||
|
docker run bm-create-enc-payload
|