9 lines
96 B
Bash
Executable File
9 lines
96 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# This will update the repo
|
|
|
|
echo "Updating Configs"
|
|
|
|
git pull
|
|
|
|
echo "Done" |