Last active 2 months ago

run_script_once.sh Raw
1if [ ! -f ~/.script_has_run ]; do sh ~/script_has_run.sh && touch ~/.script_has_run; done