mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
refactor: cleanup scripts
This commit is contained in:
parent
15b06d5196
commit
d2e517d76a
9 changed files with 60 additions and 160 deletions
|
|
@ -1,12 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
INTERVAL="1" # update interval in seconds
|
||||
INTERVAL="1"
|
||||
|
||||
# Network interface to monitor
|
||||
current_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
source "$current_dir"/utils.sh
|
||||
|
||||
# Network interface to monitor
|
||||
network_name="en0"
|
||||
|
||||
if [[ $(uname -s) == "Darwin" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue