-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit_init.sh
More file actions
executable file
·26 lines (19 loc) · 809 Bytes
/
git_init.sh
File metadata and controls
executable file
·26 lines (19 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#! /bin/sh
echo "* passil_t" > AUTHORS
echo '################################################################################
README
################################################################################
This project is
Its goal is to
################################################################################
How to use this project ?
################################################################################
' > README
echo '################################################################################
TODO
################################################################################
General :
- Makefile : TODO
- Coding Style EPITA : TODO
- Tests : TODO
' > TODO