6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/bash
|
|
|
|
source ./export-plunks.sh
|
|
|
|
git commit -a -m renovations
|
|
git push origin master
|