maitri01 commited on
Commit
a395aaf
·
verified ·
1 Parent(s): 13f729c

Update hackathon_setup.sh

Browse files
Files changed (1) hide show
  1. hackathon_setup.sh +3 -1
hackathon_setup.sh CHANGED
@@ -1,6 +1,8 @@
1
  #!/bin/bash
2
  # =============================================================
 
3
  # Hackathon Full Environment Setup Script
 
4
  # Make changes in CONFIGURATION section before running
5
  # Run with: source hackathon_setup.sh
6
  # =============================================================
@@ -34,7 +36,7 @@ TEAMMATE_2=""
34
  TEAMMATE_3=""
35
 
36
  # Your personal folder in $SCRATCH (created first, locked to you + team)
37
- YOUR_FOLDER="" # <-- replace with your username or custom name
38
 
39
  # Team folder inside your folder (shared with teammates)
40
  TEAM_FOLDER="" # <-- replace with your team_name
 
1
  #!/bin/bash
2
  # =============================================================
3
+ # Only team lead has to run the setup script.
4
  # Hackathon Full Environment Setup Script
5
+ # This creates shared folders, set permissions, download datasets, and prepare environments.
6
  # Make changes in CONFIGURATION section before running
7
  # Run with: source hackathon_setup.sh
8
  # =============================================================
 
36
  TEAMMATE_3=""
37
 
38
  # Your personal folder in $SCRATCH (created first, locked to you + team)
39
+ YOUR_FOLDER="" # <-- replace with your username
40
 
41
  # Team folder inside your folder (shared with teammates)
42
  TEAM_FOLDER="" # <-- replace with your team_name