Skip to content

Instantly share code, notes, and snippets.

View pierrextardif's full-sized avatar

pierre pierrextardif

View GitHub Profile
@pierrextardif
pierrextardif / copyFiles.sh
Created August 17, 2021 10:41
OF script copy for VS code
#!/bin/bash
echo "** OF new projet with VS studio ** "
if [ "$#" -eq 0 ]; then
echo "Usage: $0 <emptyExample Folder path>"
exit
fi