Raw File
stop-idx
#!/bin/bash

kill $(cat idx.pid) && rm -f idx.pid
back to top