6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo git fetch ; sudo git pull;
|
|
|
|
composer dump-autoload
|