mirror of
https://github.com/rclone/rclone.git
synced 2024-12-04 22:34:48 +01:00
5 lines
58 B
Bash
5 lines
58 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd $(dirname $0)
|
||
|
exec go run conformance.go $*
|