File size: 253 Bytes
ce9ae10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Creating directory 
mkdir -p src
mkdir -p research 

# Creating files
touch src/_init_.py
touch src/helper.py 
touch src/prompt.py
touch .env 
touch setup.py
touch app.py
touch research/trials.ipynb 


echo "Directory and files created successfully!."