install-alpha.sh 389 B

123456789101112
  1. #!/binsh
  2. # NOTE: in order to download and execute this script in one swoop 🦅
  3. # RUN
  4. # curl -s https://raw.githubusercontent.com/ipatch/dotfiles/feature-exp-with-curl/develop/install.sh | /bin/sh
  5. # 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.
  6. echo "wtf"
  7. echo "$SHELL"