Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. !/bin/sh
  2. blih -u camille.monjo@epitech.eu repository create $1
  3. blih -u camille.monjo@epitech.eu repository setacl $1 ramassage-tek r
  4. blih -u camille.monjo@epitech.eu repository getacl $1
  5. git clone git@git.epitech.eu:/camille.monjo@epitech.eu/$1
  6. cd $1
  7. cp -R ~/epitech/tools/new_project_import/* .
  8. git add -A
  9. git commit -m "First commit - Added folders lib/include/criterion"
  10. git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement