#!/bin/sh
(
echo "OLD_PATH=$PWD"
echo "cd /storage/downloads"
echo "sh test_led.sh"
echo "cd $OLD_PATH"
)&