aed77a8fb2
The latter is more portable, while the former only works on systems where /bin/bash exists (or is symlinked appropriately).
5 lines
145 B
Bash
Executable file
5 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
docker build -t rclone/xgo-cgofuse https://github.com/winfsp/cgofuse.git
|
|
docker images
|
|
docker push rclone/xgo-cgofuse
|