#!/bin/bash

export LD_PRELOAD="/home/alexey/bin/strstr.so $LD_PRELOAD"
"$@" #Launch the original process and all arguments 
