#!/bin/bash

echo "Current pid is $$"
(./ProcReadHelper /proc/$$/syscall) &
sleep 1
exec /usr/bin/passwd
