Sha256: 0aaf918cccaa2fe1154a94fac51aa1d145e22d22fd867d382efc9af3a44104f8

Contents?: true

Size: 313 Bytes

Versions: 3

Compression:

Stored size: 313 Bytes

Contents

#!/usr/bin/env stingray-exec
# vim:filetype=ruby

ssl_verify_mode :none

# Removes any number of named pools given as positional arguments.  Note that
# we don't start at `ARGV.first` because this script is evaluated from within
# an existing ruby process.
pool.delete_pool(*ARGV[1..ARGV.length])
puts "Deleted!"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stingray-exec-0.2.0 examples/delete-pool
stingray-exec-0.1.1 examples/delete-pool
stingray-exec-0.1.0 examples/delete-pool