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
0550c300
Commit
0550c300
authored
Oct 08, 2019
by
Mickael Fiorentino
Browse files
Ajout du script de déploiement pour les labs
parent
588fd0cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy.csh
0 → 100755
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