Actualizar 'update.sh'

This commit is contained in:
Echedelle López Romero 2021-01-07 23:05:00 +00:00
parent cacb8741ce
commit d46638754a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
directorio="$HOME" directorio="$HOME/web"
if [[ ! "$PWD" = "$directorio" ]] if ["$PWD" != "$directorio" ]
then then
cd "$directorio" cd "$directorio"
fi fi