ip scipts

This commit is contained in:
joygnu 2024-08-18 14:15:16 +02:00
parent 37606618b3
commit 98ba4adf4f
2 changed files with 1 additions and 1 deletions

View file

@ -15,6 +15,7 @@
cat = "bat";
ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first";
pu = "sh ~/nix/home/zsh/push.sh";
ip = "sh ~/nix/home/zsh/ip.sh";
fr = "sudo systemctl reboot --firmware";
ser = "ssh root@joygnu.org";
rb = "sh ~/nix/home/zsh/rebuild.sh";

View file

@ -6,4 +6,3 @@ public_ip=$(curl -s ifconfig.me)
echo "Local IP Address: $local_ip"
echo "Public IP Address: $public_ip"