Update pull
This commit is contained in:
parent
8913d2e378
commit
e6eea9e90b
1 changed files with 1 additions and 1 deletions
2
pull
2
pull
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Path to the file containing the list of repositories
|
# Path to the file containing the list of repositories
|
||||||
REPOS_FILE="~/repos.txt"
|
REPOS_FILE="$HOME/repos.txt"
|
||||||
|
|
||||||
# Check if the repos file exists
|
# Check if the repos file exists
|
||||||
if [ ! -f "$REPOS_FILE" ]; then
|
if [ ! -f "$REPOS_FILE" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue