mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
aed77a8fb2
The latter is more portable, while the former only works on systems where /bin/bash exists (or is symlinked appropriately).
6 lines
145 B
Bash
Executable File
6 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
|