Update push

This commit is contained in:
Sangye Ince-Johannsen 2025-01-17 20:40:49 +00:00
parent 50645e556b
commit 8913d2e378

2
push
View file

@ -1,7 +1,7 @@
#!/bin/bash
# Path to the file containing the list of repositories
REPOS_FILE="~/repos.txt"
REPOS_FILE="$HOME/repos.txt"
# Check if the repos file exists
if [ ! -f "$REPOS_FILE" ]; then