Making the script source .bashrc and have execution permission

to work well with crontab.
This commit is contained in:
sergiotarxz 2022-02-08 21:21:23 +01:00
parent 00c30436e8
commit 9d0ce43bd1
1 changed files with 3 additions and 0 deletions

3
build.sh Normal file → Executable file
View File

@ -1,3 +1,6 @@
#!/bin/bash
source ~/.bashrc
cd $(dirname $0)
pushd aleta
git fetch