summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xspoof-mac (renamed from spoof-mac.sh)1
-rwxr-xr-xtemp.sh7
2 files changed, 0 insertions, 8 deletions
diff --git a/spoof-mac.sh b/spoof-mac
index 40f89b4..722efb5 100755
--- a/spoof-mac.sh
+++ b/spoof-mac
@@ -1,4 +1,3 @@
#!/bin/sh
openssl rand -hex 6 | sed 's/(..)/1:/g; s/.$//' | xargs sudo ifconfig $1 ether
-
diff --git a/temp.sh b/temp.sh
deleted file mode 100755
index 49b8fbd..0000000
--- a/temp.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env zsh
-
-echo "CPU:$(sensors | grep Core | cut -d ' ' -f 10 | sed 's|°C||' | sed 's|+||' | awk '{x+=$1; next} END{printf "%3.0f\n", x/NR}')°C"
-if [[ $(command -v nvidia-smi) == 0 ]]; then
- echo "GPU: $(nvidia-smi | head -9 | tail -1 | cut -d " " -f 5 | sed 's|C||')°C"
-fi
-