4 lines
122 B
Bash
Executable File
4 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
cd /home/dev.crunchbutton && git up
|
|
cd /home/beta.crunchbutton && git up
|
|
cd /home/staging.crunchbutton && git up |