aboutsummaryrefslogtreecommitdiff
path: root/test_delete.sh
blob: 5f929786ecf0f1d93ab18d1f3af7410756bd1d58 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

for FILE in $(find target/debug/deps); do 
	curl -v localhost:3900/$FILE -X DELETE -H 'Host: garage'
done