aboutsummaryrefslogblamecommitdiff
path: root/test_delete.sh
blob: 21054a0fc2533d28135396f771b4d75b9cc55fa3 (plain) (tree)
1
2
3
4
5
6

           

                                                             

    
#!/bin/bash

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