Skip to content

Commit

Permalink
none added extra space in script
Browse files Browse the repository at this point in the history
  • Loading branch information
totopoloco committed May 1, 2024
1 parent b0ecdfa commit f586544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion getranges.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

# Use curl to call the API and get the ranges
curl -X GET -H "Pragma: no-cache" http://localhost:8384/ranges/30
curl -X GET -H "Pragma: no-cache" http://localhost:8384/ranges/30
echo -e "\n"
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit f586544

Please sign in to comment.