Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GRM
tutoriel_analogique
Commits
0c7c3320
Commit
0c7c3320
authored
Oct 09, 2019
by
Mickael Fiorentino
Browse files
Suppression du script de déploiement --> utilisation de la branche advanced
parent
0550c300
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy.csh
deleted
100755 → 0
View file @
0550c300
#!/usr/bin/env tcsh
#-----------------------------------------------------------------------------
# Project Tutoriels - Conception de circuits intégrés analogiques
#-----------------------------------------------------------------------------
# File deploy.csh
# Authors Mickael Fiorentino <mickael.fiorentino@polymtl.ca>
# Lab GRM - Polytechnique Montréal
# Date <2019-10-01 Tue>
#-----------------------------------------------------------------------------
# Brief Met à jour le dossier partagé avec les étudiant dans un autre repo git
#-----------------------------------------------------------------------------
if ( ! $?PROJECT_HOME ) then
echo "ERREUR: Configurer l'environnement (source setup.csh) avant d'utiliser ce script"
exit 1
endif
set DEST_HOME = `realpath ${PROJECT_HOME}/../tutoriel_analogique`
# Mise à jour des fichiers
cp -fv ${PROJECT_HOME}/{setup.csh,README.md,cds.lib} ${DEST_HOME}/
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment