- #!/binsh
- # NOTE: in order to download and execute this script in one swoop 🦅
- # RUN
- # curl -s https://raw.githubusercontent.com/ipatch/dotfiles/feature-exp-with-curl/develop/install.sh | /bin/sh
- # NOTE: the above command will download the script using `curl` contained within the `$USER` `$PATH` and run it through the Bourne Shell on the `$USER`s system.
- echo "wtf"
- echo "$SHELL"
|