Skip to content

Commit

Permalink
rclone: add test script
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 authored and 1582130940 committed Nov 21, 2022
1 parent 654a55c commit 95a184f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions net/rclone/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

case "$1" in
"rclone")
rclone version | grep "$2"
;;
esac

0 comments on commit 95a184f

Please sign in to comment.