4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
|
||
|
gulp comments && git add --all && git commit -m "..." && git push
|