#!/usr/bin/bash

if [ $# -eq 0 ]; then
    echo "Usage: \$mouselock %command%"
    exit 1
fi

command="python3 /opt/Mouse-lock/autolock.py $@"

eval $command
