4 lines
87 B
Bash
Executable file
4 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
curl --fail-with-body -H "Authorization: Bearer $(cat token.txt)" "$@"
|
|
echo
|