diff --git a/index.html b/index.html new file mode 100644 index 0000000..88564da --- /dev/null +++ b/index.html @@ -0,0 +1,981 @@ + + + + + + Keshav Anand | Terminal Portfolio (Enhanced) + + + + + + + + + + + + + +
+ +
+ + + +
+ + Detecting your OS... + +
+ + + +
+
+ + ▼ Show other OS commands +
+
+ + +
+ + + + + + diff --git a/terminalOneLiners.txt b/terminalOneLiners.txt index d745f0e..0b44490 100644 --- a/terminalOneLiners.txt +++ b/terminalOneLiners.txt @@ -1,3 +1,3 @@ /bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-mac.sh)" for Mac /bin/bash -c "$(curl -fsSL https://terminalportfolio.keshavanand.net/run-linux.sh)" for linux -powershell -Command "iwr https://terminalportfolio.keshavanand.net/run-windows.bat -OutFile \$env:TEMP\run-windows.bat; Start-Process \$env:TEMP\run-windows.bat -Wait" \ No newline at end of file +iwr https://terminalportfolio.keshavanand.net/run-windows.bat -OutFile \$env:TEMP\run-windows.bat; Start-Process \$env:TEMP\run-windows.bat -Wait \ No newline at end of file