Skip to content

Instantly share code, notes, and snippets.

View salmanirani's full-sized avatar
🎯
Focusing

SALMAN IRANI salmanirani

🎯
Focusing
View GitHub Profile
@jarek-przygodzki
jarek-przygodzki / add-vscode-to-path.md
Created June 8, 2018 18:20
Add VS Code to PATH in macOS

To add code to PATH in macOS (in order to run code from the command line) we may to open up VS Code and open the 'Command Palette' with Shift+Command+P on Mac, or Shift+Control+P on Linux. In it, enter shell command and look for the Shell Command: Install 'code' command in PATH option. After doing this any new shell we open should be able to run code.

<!doctype>
<html>
<head>
</head>
<body>
<?php
require_once "Classes/PHPExcel.php";
//$tmpfname = "test.xlsx";