This makes the common actions previously encoded as bash aliases independent of the shell (I'm using /bin/sh for the scripts), which will make a potential switch to zsh easier by having less bash-specific stuff around.
3 lines
34 B
Bash
Executable file
3 lines
34 B
Bash
Executable file
#!/bin/sh
|
|
exec curl -s ipinfo.io
|
|
|