Sha256: 81504bbb040f5af549c0b54f02d44405d9de49f6310b75b85baaba9375cb1086
Contents?: true
Size: 269 Bytes
Versions: 57
Compression:
Stored size: 269 Bytes
Contents
#!/bin/bash rm -r /home/bhargav/Github/auth/spec/dummy/log/sidekiq.log rm -r /home/bhargav/Github/auth/spec/dummy/log/development.log while IFS='' read -r line || [[ -n "$line" ]]; do kill -9 $line done < "/home/bhargav/Github/auth/spec/dummy/tmp/pids/sidekiq.pid"
Version data entries
57 entries across 57 versions & 1 rubygems