Skip to content

Instantly share code, notes, and snippets.

View AnalyticETH's full-sized avatar

Analytic.eth AnalyticETH

View GitHub Profile
@AnalyticETH
AnalyticETH / autopilot-autosteer.sh
Created September 14, 2021 21:08 — forked from quantum77/autopilot-autosteer.sh
An extension to Lunar's Tesla scripts
#!/bin/sh
# Allows autosteer at all speeds
# Does not disable autopilot nag
KEY1="GUI_disableAutosteerRestrictions"
KEY2="GUI_handsOnRequirementDisable"
WANTSTATE="true"
while true; do
@AnalyticETH
AnalyticETH / listen-for-code.sh
Created September 14, 2021 21:06 — forked from quantum77/listen-for-code.sh
An extension to Lunar's Tesla scripts
#!/bin/sh
cidIp="192.168.90.100"
cidPort="4070"
# shellcheck disable=SC2154
mainPath="$homeOfLunars/scripts"
pattern=AccessPopup
last_command="NoNe"
if ps ax | grep "$0" | grep -v $$ | grep bash | grep -v grep; then
echo "The script is already running."