Skip to content

Commit

Permalink
Make python script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Oct 5, 2024
1 parent e5d734f commit e59424f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To tailor this template to your specific project, follow these steps:
```
1. Execute the customization script by running:
```bash
python3 scripts/customize_template.py NewProject
scripts/customize_template.py NewProject
```
where `NewProject` must be replaced by the name of your project.

Expand Down
2 changes: 2 additions & 0 deletions scripts/customize_template.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import os
import shutil
import sys
Expand Down

0 comments on commit e59424f

Please sign in to comment.