mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-03 16:56:38 +00:00
4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/bash
|
||
|
set -eo pipefail
|
||
|
bash <(curl -s https://codecov.io/bash) -F $1
|