diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-18 08:52:18 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-18 08:52:18 -0800 |
| commit | 50e451441f628aa3a28241af118700ae12147583 (patch) | |
| tree | 8a815e419b1f1d8667a5323e7fec289c8be60cfa /.bashrc | |
| parent | b925b4b1bf79e3d6f930a4d799a7194673b62bde (diff) | |
Impostors: begin optimization work
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.bashrc b/.bashrc deleted file mode 100644 index c526160..0000000 --- a/.bashrc +++ /dev/null @@ -1,18 +0,0 @@ -function check_live { - ssh yummers.dev 'sudo journalctl -u obsproxy -n 30 -f' -} -function start_live { - ssh yummers.dev 'sudo systemctl start obsproxy' -} -function stop_live { - ssh yummers.dev 'sudo systemctl stop obsproxy' -} -function restart_live { - ssh yummers.dev 'sudo systemctl restart obsproxy' -} -function get_live { - live_url=$(ssh yummers.dev "journalctl -u obsproxy -n 10000 | grep 'HLS:' | awk '{print \$NF}'" | tail -n 1) - echo $live_url | clip.exe - echo "Copied to clipboard: $live_url" -} - |
